Skip to content

Commit 4628b8f

Browse files
Added --no-hardlinks
1 parent abcd1f6 commit 4628b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ for R in "${REPOSITORIES[@]}"; do
2828
DEST_STATUS="Updated"
2929
echo "Git URL : $REPO_URL"
3030
echo "Clone Path : $GIT_PATH"
31-
git clone --ignore-errors --no-tags --depth 1 $REPO_URL ${R}
31+
git clone --no-hardlinks --no-tags --depth 1 $REPO_URL ${R}
3232
echo " "
3333

3434
if [ ! -d "$LOCAL_PATH" ]; then

0 commit comments

Comments
 (0)