diff options
author | 2018-10-11 20:25:05 +0100 | |
---|---|---|
committer | 2018-10-11 20:25:05 +0100 | |
commit | c3dce15ddc362757cc0e8e989395d80c39f24725 (patch) | |
tree | 6980842484cbf3c960e3bef5434e911c9df0f137 | |
parent | Merge pull request #42 from discord-python/deploy (diff) |
Remove extra lines in build script
-rwxr-xr-x | docker/build.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docker/build.sh b/docker/build.sh index ee46bf40..153fbccc 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -13,9 +13,6 @@ if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo "Deploying on server" pepper ${SALTAPI_TARGET} state.apply docker/hacktoberbot --out=no_out --non-interactive &> /dev/null - - echo "Deploying container" - curl -H "token: $AUTODEPLOY_TOKEN" $AUTODEPLOY_WEBHOOK else echo "Skipping deploy" fi |