6 lines
69 B
YAML
6 lines
69 B
YAML
image: ubuntu:latest
|
|
|
|
job:
|
|
script:
|
|
- echo "Hello world!"
|