1
0
Fork 0
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:
Antonio Gurgel 2024-02-17 12:10:55 -08:00
parent a0cd2587c5
commit 0592924aba

View file

@ -36,10 +36,6 @@ while read -r line; do
ln -s "$drv_path" "$target_path.drv"
done < <(tr ' ' '\n' <<< "$derivation_paths")
for root in "$out"/*; do
build_kustomizations "$root"
done
cp "$namespace_drv" "$out/00-namespaces.yaml"
cp "$namespace_drv" "$out/!namespaces.yaml"
build_kustomizations "$out"