aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/deploy.sh')
-rw-r--r--scripts/deploy.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh
index 98b9a9462..0da886fe2 100644
--- a/scripts/deploy.sh
+++ b/scripts/deploy.sh
@@ -13,4 +13,6 @@ if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then
echo "Deploying container"
pipenv run python scripts/deploy.py
+else
+ echo "Skipping deploy"
fi