diff options
author | Anike Arni <aarni@thoughtworks.com> | 2017-05-12 14:48:01 -0300 |
---|---|---|
committer | Anike Arni <aarni@thoughtworks.com> | 2017-05-12 14:48:01 -0300 |
commit | ed30ac52fcbdff835b45d109c9e4eb7b3cad2596 (patch) | |
tree | 6ea14ce13e941e60e7da78f403ab44e7b9784c0c | |
parent | a0aab7bde589e6038507270184f94908e59a6471 (diff) |
Removes deployment step from circle ci
-rw-r--r-- | circle.yml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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" |