mirror of
https://github.com/mudler/luet.git
synced 2025-08-28 11:50:37 +00:00
11 lines
152 B
YAML
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"
|