From d12da5edeae52ef83c8f897e79137d455521147c Mon Sep 17 00:00:00 2001 From: sparg Date: Sat, 3 Jun 2023 15:47:16 +0000 Subject: [PATCH] let it be --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9342911..ed701cd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('TuI') { steps { - sh 'GOOS=linux go build -o wadrma .' + sh 'GOOS=linux /usr/bin/go build -o wadrma .' } }