@@ -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'