mirror of
https://git.sr.ht/~goorzhel/turboprop
synced 2024-12-14 11:37:37 +00:00
build from top down
This commit is contained in:
parent
a0cd2587c5
commit
0592924aba
1 changed files with 1 additions and 5 deletions
|
@ -36,10 +36,6 @@ while read -r line; do
|
||||||
ln -s "$drv_path" "$target_path.drv"
|
ln -s "$drv_path" "$target_path.drv"
|
||||||
done < <(tr ' ' '\n' <<< "$derivation_paths")
|
done < <(tr ' ' '\n' <<< "$derivation_paths")
|
||||||
|
|
||||||
for root in "$out"/*; do
|
cp "$namespace_drv" "$out/!namespaces.yaml"
|
||||||
build_kustomizations "$root"
|
|
||||||
done
|
|
||||||
|
|
||||||
cp "$namespace_drv" "$out/00-namespaces.yaml"
|
|
||||||
|
|
||||||
build_kustomizations "$out"
|
build_kustomizations "$out"
|
||||||
|
|
Loading…
Reference in a new issue