Fix resources isues 12

This commit is contained in:
2026-01-22 17:41:20 +01:00
parent 179d11968e
commit 4699bcbb7a
3 changed files with 9 additions and 0 deletions

View File

@@ -59,6 +59,9 @@ spec:
echo "Depth: $DEPTH"
echo "============================================"
# Mark workspace as safe directory to avoid ownership issues
git config --global --add safe.directory "$OUTPUT_PATH"
# Clone with depth for faster checkout
if [ "$DEPTH" = "0" ]; then
echo "Cloning full repository..."