mirror of
https://github.com/mudler/luet.git
synced 2025-08-02 07:59:22 +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"
|