test/.build.yml

6 lines
94 B
YAML
Raw Permalink Normal View History

2024-04-04 06:36:20 +00:00
image: alpine/edge
tasks:
- say-hello: |
echo hello
2024-04-05 08:38:40 +00:00
- say-world: echo world
2024-04-30 08:29:47 +00:00
cd