From 90caa819985e3001dbf7cdd11eeb0d5c7e82e406 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Sun, 9 Jan 2022 09:53:07 -0600 Subject: [PATCH] corrects apt command --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d3be959..6dc794d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -65,8 +65,8 @@ spec: stage("Build tplinkcmd") { container("compile") { sh """ - apt update - apt install upx -y + apt-get update + apt-get install upx -y go install -v ./... GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -v -ldflags="-s -w" -tags timetzdata -o tplink ./cmd/tpstate upx --lzma tplink