10 lines
145 B
YAML
10 lines
145 B
YAML
|
kind: pipeline
|
||
|
type: docker
|
||
|
name: default
|
||
|
|
||
|
steps:
|
||
|
- name: greeting
|
||
|
image: alpine:3.15.0
|
||
|
commands:
|
||
|
- echo hello
|
||
|
- echo world
|