From bc75a35b3321648be4672aedcc063d6534a1c273 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Sat, 30 Oct 2021 19:34:24 -0500 Subject: [PATCH] adds confirmation --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0a69d7b..cce71fd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -56,7 +56,7 @@ spec: container("compile") { sh """ apt update - apt install --no-install-recommends libusb-1.0-0-dev gcc g++ + apt install --yes --no-install-recommends libusb-1.0-0-dev gcc g++ GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o go-temper ./cmd/go-temper """ }