created runner script
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
definitions:
|
||||||
|
steps:
|
||||||
|
step: &step-test
|
||||||
|
name: test
|
||||||
|
requirements: req-prod.txt
|
||||||
|
script:
|
||||||
|
- command arg1 arg2
|
||||||
|
- command2 arg1 arg2
|
||||||
|
|
||||||
|
pipelines:
|
||||||
|
- default:
|
||||||
|
<<: *step-test
|
||||||
Reference in New Issue
Block a user