mirror of
https://github.com/mudler/luet.git
synced 2025-10-18 17:29:22 +00:00
When depending on those package otherwise we try to compile the full tree instead of reconstrucing the image which is result of a join while keeping the revdep tree invariate
14 lines
250 B
YAML
14 lines
250 B
YAML
requires:
|
|
- category: "test"
|
|
name: "a"
|
|
version: ">=0"
|
|
|
|
prelude:
|
|
- echo foo > /test
|
|
- echo bar > /test2
|
|
- cp -rf generate.sh /usr/bin/
|
|
steps:
|
|
- echo artifact5 > /newc
|
|
- echo artifact6 > /newnewc
|
|
- chmod +x generate.sh
|
|
- ./generate.sh |