From cfc719dae3e2f2888b3003a77f17ac8d736260a8 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Thu, 17 Mar 2022 16:58:26 -0500 Subject: [PATCH] need git.... grumble grumble --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 193e7fe..70cae54 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,6 +53,9 @@ podTemplate( stage("Build Binary") { container("compile") { sh """ + if [ ! -f "/usr/bin/git" ] || [ ! -x "/usr/bin/git" ]; then + apk add --no-cache git + 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 upx --lzma pihole-zone-generator