~andrewjbeach/juju-ci-tools/make-local-patcher

1
2
3
4
5
6
7
8
9
10
#!/bin/bash
export ENV=manual
source $SCRIPTS/common-startup.sh
if [ ! -d $JUJU_HOME ]; then
  mkdir $JUJU_HOME
fi
# Do the deployment for upgrade testing.
EXIT_STATUS=0
JUJU_REPOSITORY=$HOME/repository PATH=$NEW_PATH $SCRIPTS/manual-deploy || EXIT_STATUS=$?
exit $EXIT_STATUS