13 lines
210 B
YAML
13 lines
210 B
YAML
definitions:
|
|
steps:
|
|
step: &step-test
|
|
name: test
|
|
requirements: req-prod.txt
|
|
script:
|
|
- command arg1 arg2
|
|
- command2 arg1 arg2
|
|
|
|
pipelines:
|
|
- default:
|
|
<<: *step-test
|