jenkins: buf in gobin

This commit is contained in:
jamesread 2021-09-04 00:01:43 +01:00
parent 6690d4b137
commit 593667dd6b
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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