Skip to content
Snippets Groups Projects
Commit 99f2ac58 authored by rschamp's avatar rschamp
Browse files

Try out yaml inheritance in preparation for parallelization

parent 33dc1f70
Branches
Tags
No related merge requests found
...@@ -92,18 +92,22 @@ jobs: ...@@ -92,18 +92,22 @@ jobs:
keys: keys:
- v1-dist-{{ .Revision }} - v1-dist-{{ .Revision }}
- run: npm publish --dry-run - run: npm publish --dry-run
deploy-requirements: &deploy-requirements
requires:
- build
filters:
branches:
only:
- master
- develop
- smoke
- /^hotfix\/.*/
workflows: workflows:
version: 2 version: 2
build_and_deploy: build_and_deploy:
jobs: jobs:
- build - build
- deploy-npm: - deploy-npm:
requires: <<: *deploy-requirements
- build
filters:
branches:
only:
- master
- develop
- smoke
- /^hotfix\/.*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment