Przeglądaj źródła

restore jenkinsfile

Douglas A 4 lat temu
rodzic
commit
ad46c273ab
1 zmienionych plików z 1 dodań i 3 usunięć
  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 ./...'
                         }
                 }
         }