summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
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"