2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

specify branch filter per job

This commit is contained in:
Frederik Ring 2019-07-26 13:26:14 +02:00
parent 9a1edd7657
commit e974c5ebda

View File

@ -26,6 +26,11 @@ deploy_preconditions: &deploy_preconditions
branches:
only: /^master$/
build_preconditions: &build_preconditions
filters:
branches:
ignore: gh-pages
jobs:
kms:
docker:
@ -415,18 +420,23 @@ jobs:
workflows:
version: 2
test_build_deploy:
branches:
ignore:
- gh-pages
jobs:
- server
- kms
- vault
- script
- auditorium
- packages
- shared
- accounts
- server:
<<: *build_preconditions
- kms:
<<: *build_preconditions
- vault:
<<: *build_preconditions
- script:
<<: *build_preconditions
- auditorium:
<<: *build_preconditions
- packages:
<<: *build_preconditions
- shared:
<<: *build_preconditions
- accounts:
<<: *build_preconditions
- deploy_golang:
<<: *deploy_preconditions
- deploy_node: