From b36c1679e855535e05e56038813289331f095f3f Mon Sep 17 00:00:00 2001 From: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> Date: Thu, 28 Jul 2022 12:33:02 -0400 Subject: [PATCH] Disable the check altogether --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 10d4fb5..324bb70 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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}")