Fix resources isues 12
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user