Fix deploy (for now)

main
Mike Fix 7 years ago
parent 3d4ba85732
commit 632bd85d27

@ -2,7 +2,6 @@
# Don't deploy if commit contains WIP # Don't deploy if commit contains WIP
set -e set -e
if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then
if [[ -z ${NOW_TOKEN+x} ]]; then
if [[ $(git log -1 --pretty=%B --no-merges) != *"WIP"* ]]; then if [[ $(git log -1 --pretty=%B --no-merges) != *"WIP"* ]]; then
NOW_URL=$(now -e NODE_ENV=production --public --no-clipboard --team=dawn --token="$NOW_TOKEN") || exit 0 NOW_URL=$(now -e NODE_ENV=production --public --no-clipboard --team=dawn --token="$NOW_TOKEN") || exit 0
@ -12,4 +11,3 @@ if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then
"$DAWN_SLACK_WEBHOOK" "$DAWN_SLACK_WEBHOOK"
fi fi
fi fi
fi

Loading…
Cancel
Save