mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Travis env vars need double quotes
This commit is contained in:
parent
f9576a7ff6
commit
82cc82dc6e
1 changed files with 1 additions and 1 deletions
|
@ -63,5 +63,5 @@ after_success:
|
||||||
|
|
||||||
after_script: |
|
after_script: |
|
||||||
if [ "${TRAVIS_EVENT_TYPE}" != "cron" ]; then
|
if [ "${TRAVIS_EVENT_TYPE}" != "cron" ]; then
|
||||||
curl -X POST --data-urlencode 'payload={"attachments": [{"color": "danger", "fallback": "Build Failure: $TRAVIS_JOB_WEB_URL", "title": "Build Failure", "text": "$TRAVIS_JOB_WEB_URL"}]}' $SLACK_URL
|
curl -X POST --data-urlencode "payload={\"attachments\": [{\"color\": \"danger\", \"fallback\": \"Build Failure: $TRAVIS_JOB_WEB_URL\", \"title\": \"Build Failure\", \"text\": \"$TRAVIS_JOB_WEB_URL\"}]}" $SLACK_URL
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue