mirror of
https://github.com/mudler/luet.git
synced 2025-09-19 01:10:58 +00:00
12 lines
151 B
YAML
12 lines
151 B
YAML
prelude:
|
|
- echo foo > /test
|
|
- echo bar > /test2
|
|
steps:
|
|
- echo c > /c
|
|
- echo c > /cd
|
|
requires:
|
|
- category: "test"
|
|
name: "b"
|
|
version: "1.0"
|
|
|