Skip to content

Commit

Permalink
nested quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
travishegner committed Aug 29, 2016
1 parent a625c66 commit 6ebd4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ deploy:
tags: true

after_deploy:
- "curl -H 'Content-Type: application/json' --data '{\"source_type\": \"Tag\", \"source_name\": \"$TRAVIS_TAG\"}' -X POST https://registry.hub.docker.com/u/trilliumit/gh-latest/trigger/$DOCKER_HUB_TRIGGER_TOKEN/"
- 'curl -H "Content-Type: application/json" --data "{\"source_type\": \"Tag\", \"source_name\": \"$TRAVIS_TAG\"}" -X POST https://registry.hub.docker.com/u/trilliumit/gh-latest/trigger/$DOCKER_HUB_TRIGGER_TOKEN/'

0 comments on commit 6ebd4bd

Please sign in to comment.