adds safe.directory
This commit is contained in:
parent
cf6f39e0da
commit
4da5e6a642
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -55,6 +55,7 @@ podTemplate(
|
||||
sh """
|
||||
if [ ! -f "/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 upx
|
||||
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -v -ldflags="-s -w" -tags timetzdata -o pihole-zone-generator ./cmd/bind
|
||||
|
Loading…
x
Reference in New Issue
Block a user