Skip to content
This repository has been archived by the owner on Jun 26, 2018. It is now read-only.

Commit

Permalink
Allow tags to be deployed to artifacts repository (#754)
Browse files Browse the repository at this point in the history
* Loosen tag regex

* Allow tag build workflow

* Bring backk original tag regex
  • Loading branch information
rbayliss authored and Youssef Riahi committed Mar 29, 2018
1 parent c00b038 commit 1004e04
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ workflows:
version: 2
build_deploy:
jobs:
- build
- build:
filters:
tags:
only: /\bv?(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)(?:-[\da-z\-]+(?:\.[\da-z\-]+)*)?(?:\+[\da-z\-]+(?:\.[\da-z\-]+)*)?\b/
- test:
requires: [build]
- deploy_artifacts:
Expand Down

0 comments on commit 1004e04

Please sign in to comment.