diff --git a/Jenkinsfile b/Jenkinsfile index c35b562..2b33eeb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -81,6 +81,7 @@ podTemplate( fi if [ ! "/usr/bin/git" ] || [ ! -x "/usr/bin/git" ]; then apk add --no-cache git + git config --global --add safe.directory '${workspace}' fi apk add --no-cache gcc musl-dev curl \ @@ -126,6 +127,7 @@ sonar.go.coverage.reportPaths=cover.out sh """ if [ ! "/usr/bin/git" ] || [ ! -x "/usr/bin/git" ]; then apk add --no-cache git + git config --global --add safe.directory '${workspace}' fi if [ ! "/usr/bin/upx" ] || [ ! -x "/usr/bin/upx" ]; then apk add --no-cache upx