Skip to content

Commit

Permalink
Disable the check altogether
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 committed Jul 28, 2022
1 parent e9239a5 commit b36c167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ if [ "$CHECK_MODIFIED_FILES" = "yes" ]; then

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

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

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

0 comments on commit b36c167

Please sign in to comment.