Skip to content

Commit

Permalink
Disable git safe directory check
Browse files Browse the repository at this point in the history
Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
  • Loading branch information
ashutosh-narkar committed Oct 31, 2024
1 parent 43d7bd2 commit bf7dca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ build_release() {
}

clone_repo() {
git config --system --add safe.directory '*'
git clone $SOURCE_URL /go/src/github.com/open-policy-agent/opa-envoy-plugin
cd /go/src/github.com/open-policy-agent/opa-envoy-plugin
if [ -n "$VERSION" ]; then
Expand Down

0 comments on commit bf7dca6

Please sign in to comment.