diff --git a/bin/deploy.sh b/bin/deploy.sh index ec5750a..13b4efc 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash # Don't deploy if commit contains WIP +# TODO revisit this when deploy is stable +exit 0 set -e if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then if [[ $(git log -1 --pretty=%B --no-merges) != *"WIP"* ]]; then