mirror of
https://github.com/mudler/luet.git
synced 2025-10-19 01:42:15 +00:00
9 lines
173 B
YAML
9 lines
173 B
YAML
image: "alpine"
|
|
prelude:
|
|
- echo foo > /test
|
|
- echo bar > /test2
|
|
- chmod +x generate.sh
|
|
steps:
|
|
- echo artifact5 > /test5
|
|
- echo artifact6 > /test6
|
|
- ./generate.sh |