luet/tests/fixtures/upgrade_integration/c/build.yaml
2020-02-26 23:59:48 +01:00

11 lines
152 B
YAML

prelude:
- echo foo > /test
- echo bar > /test2
steps:
- echo c > /c
- echo c > /cd
requires:
- category: "test"
name: "a"
version: ">=1.0"