Skip to content

Commit

Permalink
Merge pull request #148 from Pandapip1/patch-2
Browse files Browse the repository at this point in the history
Fully disable the Git ownership check
  • Loading branch information
gaurav-nelson committed Aug 3, 2022
2 parents e9239a5 + b36c167 commit 0a51127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
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 0a51127

Please sign in to comment.