Turn off auto-deploy until stable

main
Mike Fix 7 years ago
parent f7771aee8c
commit a6de94367e

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

Loading…
Cancel
Save