Skip to content

Commit

Permalink
workaround gaurav-nelson#132
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze committed Apr 14, 2022
1 parent 58f84fd commit e224534
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ if [ "$CHECK_MODIFIED_FILES" = "yes" ]; then

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

git config --global --add safe.directory /github/workspace
git fetch origin "${BASE_BRANCH}" --depth=1 > /dev/null
MASTER_HASH=$(git rev-parse origin/"${BASE_BRANCH}")

Expand Down

0 comments on commit e224534

Please sign in to comment.