From 4da5e6a6427fa4abed15c3f78a834b11fb24fa37 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Thu, 14 Apr 2022 10:58:42 -0500 Subject: [PATCH] adds safe.directory --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 70cae54..9a64444 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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