6 lines
81 B
YAML
6 lines
81 B
YAML
pipeline:
|
|
first-job:
|
|
image: busybox
|
|
commands:
|
|
- echo "first run"
|