Douglas A %!s(int64=4) %!d(string=hai) anos
pai
achega
0f8733e861
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      jenkins/Jenkinsfile

+ 2 - 2
jenkins/Jenkinsfile

@@ -16,8 +16,8 @@ pipeline {
                 }
                 stage('Test') {
                         steps {
-                                withEnv(["GOROOT=${root}, "PATH+GO=${root}/bin:${HOME}/go/bin"]) {
-                                        sh "go test -v ./..."
+                                withEnv(["GOROOT=${root}", "PATH+GO=${root}/bin"]) {
+                                        sh 'go test -v ./...'
                                 }
                         }
                 }