You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
290 B

- job:
name: blubber-build
run: playbooks/blubber-build.yaml
- job:
name: blubber-test
run: playbooks/blubber-test.yaml
- project:
check:
jobs:
- blubber-build
- blubber-test
gate:
jobs:
- blubber-build
- blubber-test