Skip to content

Commit b36c167

Browse files
authored
Disable the check altogether
1 parent e9239a5 commit b36c167

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)