Skip to content

Commit 0a51127

Browse files
Merge pull request #148 from Pandapip1/patch-2
Fully disable the Git ownership check
2 parents e9239a5 + b36c167 commit 0a51127

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
@@ -159,7 +159,7 @@ if [ "$CHECK_MODIFIED_FILES" = "yes" ]; then
159159

160160
echo -e "${BLUE}BASE_BRANCH: $7${NC}"
161161

162-
git config --global --add safe.directory $(pwd)
162+
git config --global --add safe.directory '*'
163163

164164
git fetch origin "${BASE_BRANCH}" --depth=1 > /dev/null
165165
MASTER_HASH=$(git rev-parse origin/"${BASE_BRANCH}")

0 commit comments

Comments
 (0)