jenkins ignore deps warnings
This commit is contained in:
parent
a544e2f682
commit
6690d4b137
|
|
@ -4,7 +4,7 @@ pipeline {
|
|||
stages {
|
||||
stage ('Pre-Build') {
|
||||
steps {
|
||||
sh 'go get -tags tools'
|
||||
sh 'go get -tags tools || true'
|
||||
sh 'buf generate'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue