We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9239a5 commit b36c167Copy full SHA for b36c167
entrypoint.sh
@@ -159,7 +159,7 @@ if [ "$CHECK_MODIFIED_FILES" = "yes" ]; then
159
160
echo -e "${BLUE}BASE_BRANCH: $7${NC}"
161
162
- git config --global --add safe.directory $(pwd)
+ git config --global --add safe.directory '*'
163
164
git fetch origin "${BASE_BRANCH}" --depth=1 > /dev/null
165
MASTER_HASH=$(git rev-parse origin/"${BASE_BRANCH}")
0 commit comments