Explorar o código

restore jenkinsfile

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

+ 1 - 3
jenkins/Jenkinsfile

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