Skip to content

Commit

Permalink
Fix circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMahe committed Nov 26, 2019
1 parent 2da7d5d commit f20fe6c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,19 @@ workflows:
branches:
ignore: /.*/
- "test_e2e":
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
requires:
- "test"
- "lint"
- "publish_docker_prod":
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
requires:
- "test_e2e"

0 comments on commit f20fe6c

Please sign in to comment.