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 version: 2
build-and-test: build-and-test:
jobs: jobs:
- build - build:
filters:
tags:
only: /^[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?$/
- test-with-oplog: - test-with-oplog:
requires: requires:
- build - build
filters:
tags:
only: /^[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?$/
- test-without-oplog: - test-without-oplog:
requires: requires:
- build - build
filters:
tags:
only: /^[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?$/
- deploy: - deploy:
requires: requires:
- test-with-oplog - test-with-oplog

Loading…
Cancel
Save