Fix tag build

pull/8973/head
Diego Sampaio 8 years ago
parent ff87097998
commit cac14a0bcb
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 11
      .circleci/config.yml

@ -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

Loading…
Cancel
Save