summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorSriram Viswanathan <sriramv@thoughtworks.com>2017-03-29 14:47:02 -0300
committerSriram Viswanathan <sriramv@thoughtworks.com>2017-03-29 14:52:59 -0300
commitdce326db3ebb348d69d1db38b495fb4e11f14134 (patch)
treeae3a6af3c7882324cd3980399035f440028cc1a4 /circle.yml
parentb733745190fe009cea9e370cadc54c1cd6bade3f (diff)
[#1022] Triggers deploy on GoCD
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 9a76a0cc..9f3d9c50 100644
--- a/circle.yml
+++ b/circle.yml
@@ -11,7 +11,6 @@ machine:
dependencies:
override:
- make clean_all
- - pip install -U --force-reinstall --no-cache-dir virtualenv
- pip install coveralls
- gem install compass && rbenv rehash
@@ -21,3 +20,9 @@ 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"