Skip to content

Commit

Permalink
fix: git safe directory
Browse files Browse the repository at this point in the history
closes #3233

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Aug 12, 2022
1 parent db142ac commit 5759d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/entrypoint.sh
Expand Up @@ -26,7 +26,7 @@ if [ -n "$CI_REGISTRY_PASSWORD" ]; then
fi

# prevents git from complaining about unsafe dir, specially when using github actions
git config --global --add safe.directory .
git config --global --add safe.directory $PWD

# shellcheck disable=SC2068
exec goreleaser $@

0 comments on commit 5759d7f

Please sign in to comment.