Files
linuxkit/alpine/cloud/azure/azure.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

13 lines
179 B
Bash
Executable File

#!/bin/sh
if [ "$1" = "tarout" ]
then
tar --directory /tmp -cf - -S mobylinux.vhd
else
./bake-azure.sh "$@" 1>&2
if [ "$1" = "uploadvhd" ]
then
cat vhd_blob_url.out
fi
fi