created runner script

This commit is contained in:
brb
2023-07-06 15:53:00 +02:00
parent 5c21aa767f
commit 9102d03ef4
+12
View File
@@ -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