mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 06:26:57 +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
|
||||
|
||||
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"
|
||||
|
||||
set -e
|
||||
|
@ -3,7 +3,7 @@
|
||||
BOARD="amd64-usr"
|
||||
GROUP="$1"
|
||||
VER="$2"
|
||||
DIR=/home/ec2-user/scripts
|
||||
DIR=/home/ec2-user/scripts/oem/ami
|
||||
|
||||
if [ -z "$GROUP" -o -z "$VER" ]; then
|
||||
echo "Usage: $0 alpha 1.2.3" >&2
|
||||
|
@ -3,7 +3,7 @@
|
||||
BOARD="amd64-usr"
|
||||
GROUP="$1"
|
||||
VER="$2"
|
||||
DIR=/home/ec2-user/scripts
|
||||
DIR=/home/ec2-user/scripts/oem/ami
|
||||
|
||||
if [ -z "$GROUP" -o -z "$VER" ]; then
|
||||
echo "Usage: $0 alpha 1.2.3" >&2
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR=/home/ec2-user/scripts
|
||||
DIR=/home/ec2-user/scripts/oem/ami
|
||||
USER=someone
|
||||
TYPE=production
|
||||
VERSION="367.0.0+2014-07-10-1613"
|
||||
|
Loading…
Reference in New Issue
Block a user