Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ general:
artifacts:
- ~/packages

notify:
webhooks:
- url: https://webhooks.stackstorm.net:8531/webhooks/build/events

machine:
# Overwrite these ENV variables in parametrized (manual/API) builds
environment:
Expand Down Expand Up @@ -83,3 +87,10 @@ deployment:
parallel -v -j0 --line-buffer .circle/packagecloud.sh deploy {} ~/packages/{} ::: ${DISTROS[@]::$CIRCLE_NODE_TOTAL}
- .circle/docker.sh deploy st2actionrunner st2api st2stream st2auth st2exporter st2notifier st2resultstracker st2rulesengine st2sensorcontainer st2garbagecollector
- .circle/save_payload.py ~/packages

experimental:
notify:
branches:
only:
- master
- /v[0-9]+\.[0-9]+/