Attempt to Fix CI (#183)

main
Michael Fix 7 years ago committed by GitHub
parent a69a3f2e44
commit 2ef9bb2638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@
set -e
if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; 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")
NOW_URL=$(now -e NODE_ENV=production --public --no-clipboard --team=dawn --token="$NOW_TOKEN")
curl -X POST \
-H 'Content-type: application/json' \

Loading…
Cancel
Save