Procházet zdrojové kódy

jenkins: buf in gobin

jamesread před 5 roky
rodič
revize
593667dd6b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -5,7 +5,6 @@ pipeline {
         stage ('Pre-Build') {
             steps {
 				sh 'go get -tags tools || true'
-                sh 'buf generate'
             }
         }
         
@@ -14,6 +13,7 @@ pipeline {
 				withEnv(["PATH+GO=${root}/go/bin"]) {
 					sh 'go env'
 					sh 'echo $PATH'
+                	sh 'buf generate'
 	                sh 'make daemon-compile'
 				}
             }