Files
gitea_runner/runner_script.yml
T
2023-07-06 15:58:15 +02:00

13 lines
206 B
YAML

definitions:
steps:
step: &step-test
name: test
requirements: req-prod.txt
script:
- command arg1 arg2
- command2 arg1 arg2
pipelines:
default:
<<: *step-test