pulumi/scripts/install.sh
2017-09-21 14:09:35 -07:00

13 lines
256 B
Bash
Executable file

#!/bin/bash
# install.sh installs an existing release.
set -e
INSTALL=$GOPATH/src/github.com/pulumi/home/scripts/install.sh
if [ ! -f $PUBLISH ]; then
>&2 echo "error: Missing publish script at $INSTALL"
exit 1
fi
${INSTALL} pulumi-fabric $1 $2