Files
linuxkit/alpine/cloud/aws/aws.sh
Nathan LeClaire e9b7803867 Migrate cloud build off of bind mounts
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-09-14 15:38:05 -07:00

8 lines
87 B
Bash
Executable File

#!/bin/sh
./bake-ami.sh "$@" 1>&2
if [ "$1" = "bake" ]
then
cat /build/ami_id.out
fi