mirror of
https://github.com/mudler/luet.git
synced 2025-09-26 23:23:40 +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"
|