test/build.yml

6 lines
93 B
YAML
Raw Normal View History

2024-04-04 06:36:20 +00:00
image: alpine/edge
tasks:
- say-hello: |
echo hello
2024-04-05 08:37:05 +00:00
- say-world: echo world4