mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 00:52:36 +03:00
Try different approach to quotes
This commit is contained in:
parent
e3d310ba04
commit
eb49fdcb8f
@ -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 New Issue
Block a user