6 lines
96 B
YAML
6 lines
96 B
YAML
steps:
|
|
test:
|
|
image: debian:stable-slim
|
|
commands:
|
|
- echo testing
|
|
- sleep 5
|