Skip to content

Commit

Permalink
Fix tag build
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Nov 29, 2017
1 parent ff87097 commit cac14a0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,13 +270,22 @@ workflows:
version: 2
build-and-test:
jobs:
- build
- build:
filters:
tags:
only: /^[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?$/
- test-with-oplog:
requires:
- build
filters:
tags:
only: /^[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?$/
- test-without-oplog:
requires:
- build
filters:
tags:
only: /^[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?$/
- deploy:
requires:
- test-with-oplog
Expand Down

0 comments on commit cac14a0

Please sign in to comment.