Fix error

This commit is contained in:
Valentin Popov 2017-11-14 03:59:32 +04:00
parent f9ec4da3f4
commit 9c2b196c27

View File

@ -26,4 +26,4 @@ jobs:
deploy:
provider: script
script:
- curl --header "Content-Type: application/json" --data "{\"build\": true}" --request "POST" "https://registry.hub.docker.com/u/valentineus/meteor/trigger/${TOKEN}/"
- curl -H "Content-Type: application/json" --data '{"build":true}' -X POST "https://registry.hub.docker.com/u/valentineus/meteor/trigger/${TOKEN}/"