jenkins: buf in gobin
This commit is contained in:
parent
6690d4b137
commit
593667dd6b
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue