Skip to content

Commit 697b328

Browse files
update git gc to use force flag to still execute even if there is another gc process running on the repository
1 parent bc95cfc commit 697b328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if [ -d "$CLONE_DIR" ]; then
6161
echo "Cleaning up the working directory"
6262
git reset -q --hard
6363
git clean -df
64-
git gc
64+
git gc --force
6565
git_retry git remote prune origin
6666

6767
echo "Fetching the updates from origin"

0 commit comments

Comments
 (0)