mirror of
https://github.com/mudler/luet.git
synced 2025-10-21 10:51:12 +00:00
10 lines
155 B
YAML
10 lines
155 B
YAML
image: "alpine"
|
|
prelude:
|
|
- echo foo > /test
|
|
- echo bar > /test2
|
|
steps:
|
|
- echo c > /c
|
|
- echo c > /cd
|
|
- mkdir /etc/a
|
|
- echo config > /etc/a/conf
|