summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-05-12 14:48:01 -0300
committerAnike Arni <aarni@thoughtworks.com>2017-05-12 14:48:01 -0300
commited30ac52fcbdff835b45d109c9e4eb7b3cad2596 (patch)
tree6ea14ce13e941e60e7da78f403ab44e7b9784c0c /circle.yml
parenta0aab7bde589e6038507270184f94908e59a6471 (diff)
Removes deployment step from circle ci
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/circle.yml b/circle.yml
index 3a2c4773..879026e3 100644
--- a/circle.yml
+++ b/circle.yml
@@ -24,9 +24,3 @@ test:
- make test
- make functional_tests_ci
- cd service && coveralls || true
-
-deployment:
- packaging:
- 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"