7 lines
82 B
YAML
7 lines
82 B
YAML
pipeline:
|
|
first-job:
|
|
image: busybox
|
|
commands:
|
|
- echo "first run"
|
|
|