Explorar el Código

jenkins: Try to ignore internal gen deps

jamesread hace 4 años
padre
commit
a544e2f682
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -4,7 +4,7 @@ pipeline {
     stages {
         stage ('Pre-Build') {
             steps {
-				sh 'go get -tags tools ./...'
+				sh 'go get -tags tools'
                 sh 'buf generate'
             }
         }