Skip to content

Commit

Permalink
chore(ci): This became silly. Fix another CI config error.
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Jul 17, 2018
1 parent 3c66d04 commit 7b51510
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,27 @@ workflows:
ci:
jobs:
- lint
filters: &all_tags_and_branches
filters:
tags:
only: /.*/
- test35:
requires:
- lint
filters: *all_tags_and_branches
filters:
tags:
only: /.*/
- test36:
requires:
- lint
filters: *all_tags_and_branches
filters:
tags:
only: /.*/
- test37:
requires:
- lint
filters: *all_tags_and_branches
filters:
tags:
only: /.*/
- deploy:
requires:
- test35
Expand Down

0 comments on commit 7b51510

Please sign in to comment.