diff --git a/runner_script.yml b/runner_script.yml new file mode 100644 index 0000000..847b495 --- /dev/null +++ b/runner_script.yml @@ -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