diff options
author | 2016-01-27 04:55:26 +0000 | |
---|---|---|
committer | 2016-01-27 04:55:26 +0000 | |
commit | b3f7107c54fe9ed9fbb38b6abba65dde5f76670d (patch) | |
tree | 7ab5d80a9515d68952273bcb882a4a1a688b0b0e /deploy.sh | |
parent | ede60ca5e0af8370f0d561f6c3eb90b245b6bd09 (diff) | |
parent | ea87da8bdf478253bcbb6dc1ab1a5b8d2e17e613 (diff) |
Merge "bugfix: prepare python venv" into stable/brahmaputra
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 $* |