Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
[#1022] Triggers deploy on GoCD
Browse files Browse the repository at this point in the history
  • Loading branch information
Sriram Viswanathan committed Mar 29, 2017
1 parent b733745 commit dce326d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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"

0 comments on commit dce326d

Please sign in to comment.