mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 15:06:58 +02:00
oem/ami: update path to ami scripts directory
The ami builder host now has a proper checkout of the scripts repo.
This commit is contained in:
parent
02dcb2790b
commit
41a64f6da1
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
DIR=/home/ec2-user/scripts
|
DIR=/home/ec2-user/scripts/oem/ami
|
||||||
URL="https://commondatastorage.googleapis.com/storage.core-os.net/coreos/amd64-usr/master"
|
URL="https://commondatastorage.googleapis.com/storage.core-os.net/coreos/amd64-usr/master"
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
BOARD="amd64-usr"
|
BOARD="amd64-usr"
|
||||||
GROUP="$1"
|
GROUP="$1"
|
||||||
VER="$2"
|
VER="$2"
|
||||||
DIR=/home/ec2-user/scripts
|
DIR=/home/ec2-user/scripts/oem/ami
|
||||||
|
|
||||||
if [ -z "$GROUP" -o -z "$VER" ]; then
|
if [ -z "$GROUP" -o -z "$VER" ]; then
|
||||||
echo "Usage: $0 alpha 1.2.3" >&2
|
echo "Usage: $0 alpha 1.2.3" >&2
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
BOARD="amd64-usr"
|
BOARD="amd64-usr"
|
||||||
GROUP="$1"
|
GROUP="$1"
|
||||||
VER="$2"
|
VER="$2"
|
||||||
DIR=/home/ec2-user/scripts
|
DIR=/home/ec2-user/scripts/oem/ami
|
||||||
|
|
||||||
if [ -z "$GROUP" -o -z "$VER" ]; then
|
if [ -z "$GROUP" -o -z "$VER" ]; then
|
||||||
echo "Usage: $0 alpha 1.2.3" >&2
|
echo "Usage: $0 alpha 1.2.3" >&2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
DIR=/home/ec2-user/scripts
|
DIR=/home/ec2-user/scripts/oem/ami
|
||||||
USER=someone
|
USER=someone
|
||||||
TYPE=production
|
TYPE=production
|
||||||
VERSION="367.0.0+2014-07-10-1613"
|
VERSION="367.0.0+2014-07-10-1613"
|
||||||
|
Loading…
Reference in New Issue
Block a user