Przeglądaj źródła

jenkins: Try to ignore internal gen deps

jamesread 4 lat temu
rodzic
commit
a544e2f682
1 zmienionych plików z 1 dodań i 1 usunięć
  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'
             }
         }