test/.build.yml
2024-04-30 08:29:47 +00:00

6 lines
No EOL
94 B
YAML

image: alpine/edge
tasks:
- say-hello: |
echo hello
- say-world: echo world
cd