Files
luet/tests/fixtures/config_protect/a/build.yaml
2020-06-06 12:35:16 +02:00

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