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