summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorSriram Viswanathan <sriramv@thoughtworks.com>2017-05-03 10:46:20 -0300
committerSriram Viswanathan <sriramv@thoughtworks.com>2017-05-03 10:46:20 -0300
commit0c7950d02e7bbc4aca0cd8141a1345f63f9b7783 (patch)
tree5578ea0f07d5c8170a7cbd64184f09add7a5cc66 /circle.yml
parent613dadfbb026e1466cb2b73112ae09bea65e7510 (diff)
Trigger Docker build
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 3a2c4773..243b0789 100644
--- a/circle.yml
+++ b/circle.yml
@@ -30,3 +30,4 @@ deployment:
branch: master
commands:
- "curl -X POST --insecure -H 'Confirm: true' --fail --data \"materials[pixelated-user-agent]=$CIRCLE_SHA1\" https://$USERPASS@go.pixelated-project.org/go/api/pipelines/jessie-pixelated-user-agent-packaging/schedule"
+ - "curl --fail -H \"Content-Type: application/json\" --data '{\"build\": \"true\"}' -X POST https://registry.hub.docker.com/u/pixelated/pixelated-user-agent/trigger/$DOCKERHUB_TOKEN/"