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.
 
 
 

22 lines
448 B

pipelines:
service1:
directory: src/service1
stages:
- name: unit
build: test
run: true
- name: lint
- name: candidate
build: production
run: false
publish:
image: true
execution:
- [unit, candidate]
- [lint, candidate]
service2:
directory: src/service2
stages:
- name: test
exports:
foo: '${setup.timestamp}-${.stage}'