diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -8,9 +8,4 @@ if [[ -z $DEPLOY_COMPASS && -z $DEPLOY_HOST && -z $REDEPLOY_HOST ]]; then export DEPLOY_HOST="true" fi -sudo apt-get install -y --force-yes python-pip -sudo pip install --upgrade pip -sudo pip install --upgrade cheetah -sudo pip install --upgrade pyyaml - $COMPASS_DIR/deploy/launch.sh $* |