From 9102d03ef4bc7c07210fd6ace14c84678d044ebb Mon Sep 17 00:00:00 2001 From: brb Date: Thu, 6 Jul 2023 15:53:00 +0200 Subject: [PATCH] created runner script --- runner_script.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 runner_script.yml 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