6 lines
83 B
YAML
6 lines
83 B
YAML
|
steps:
|
||
|
check:
|
||
|
image: ubuntu:latest
|
||
|
commands:
|
||
|
- echo "hello, world"
|