From ed30ac52fcbdff835b45d109c9e4eb7b3cad2596 Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Fri, 12 May 2017 14:48:01 -0300 Subject: Removes deployment step from circle ci --- circle.yml | 6 ------ 1 file changed, 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" -- cgit v1.2.3