Skip to content

Commit

Permalink
fix: node-10 & dev center & change management ci jobs (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo committed Mar 19, 2020
1 parent 6e654c8 commit 9c7aeea
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,17 +133,18 @@ workflows:
heroku_cli:
jobs:
- node12-test:
filters: &all_pushes
filters:
tags: &version_tags
only: /^v.*/
- node10-test:
filters: &all_pushes
tags: &version_tags
only: /^v.*/
filters:
tags:
<<: *version_tags
- release: &release_workflow
context: org-global
filters:
tags: *version_tags
tags:
<<: *version_tags
branches:
only:
- master
Expand All @@ -160,7 +161,8 @@ workflows:
- release_deb
- release_win
filters:
tags: *version_tags
tags:
<<: *version_tags
branches:
only:
- master
Expand All @@ -173,15 +175,17 @@ workflows:
filters:
branches:
ignore: /.*/
tags: *version_tags
tags:
<<: *version_tags
- dev_center_docs:
requires:
- node12-test
- node10-test
filters:
branches:
ignore: /.*/
tags: *version_tags
tags:
<<: *version_tags
nightly:
triggers:
- schedule:
Expand Down

0 comments on commit 9c7aeea

Please sign in to comment.