mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Attempted to get env vars working in travis.yml
This commit is contained in:
parent
3200ede8b1
commit
9f7aa63032
1 changed files with 1 additions and 1 deletions
|
@ -62,4 +62,4 @@ after_success:
|
|||
fi
|
||||
|
||||
after_script:
|
||||
- "curl -X POST -H 'Content-Type:application/json' -d '{\"attachments\": [{\"color\": \"warning\", \"fallback\": \"Build Notification: $TRAVIS_BUILD_WEB_URL\", \"title\": \"Build Notification\", \"text\": \"$TRAVIS_BUILD_WEB_URL\"}]}' $SLACK_URL"
|
||||
- "curl -X POST -H 'Content-Type:application/json' -d '{\"attachments\": [{\"color\": \"warning\", \"fallback\": \"Build Notification: ${TRAVIS_BUILD_WEB_URL}\", \"title\": \"Build Notification\", \"text\": \"${TRAVIS_BUILD_WEB_URL}\"}]}' $SLACK_URL"
|
||||
|
|
Loading…
Reference in a new issue