diff options
author | Sriram Viswanathan <sriramv@thoughtworks.com> | 2017-05-10 16:38:40 -0300 |
---|---|---|
committer | Sriram Viswanathan <sriramv@thoughtworks.com> | 2017-05-10 16:38:40 -0300 |
commit | bc0704a37fc66de113d3c41c3a18b7bde114f0a5 (patch) | |
tree | b0d9edbceb695d544cbc59ebc5a2d96faa5a79c0 | |
parent | 111b333e4d2f49398f0677edcd8321dce2fb563f (diff) |
Revert "Trigger Docker build"
This reverts commit 0c7950d02e7bbc4aca0cd8141a1345f63f9b7783.
-rw-r--r-- | circle.yml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -30,4 +30,3 @@ 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/" |