Skip to content

Commit

Permalink
Merge pull request mozilla#3994 from jgmize/circle-tag-release
Browse files Browse the repository at this point in the history
Add tagged release deployment to circle.yml
  • Loading branch information
pmclanahan committed Mar 18, 2016
2 parents 2fdaa7d a4c5f9a commit 1e7c89f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 65,8 @@ deployment:
owner: mozilla
commands:
- bin/circleci-trigger-jenkins.sh
release:
tag: /\d{4}-\d{2}-\d{2}(\.\d)?/
owner: mozilla
commands:
- bin/circleci-trigger-jenkins.sh

0 comments on commit 1e7c89f

Please sign in to comment.