3 lines
88 B
YAML
3 lines
88 B
YAML
simple:
|
|
image: busybox:latest
|
|
command: sh -c "echo a && echo b && echo c && echo d"
|