jenkins ignore deps warnings

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

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages {
stage ('Pre-Build') {
steps {
sh 'go get -tags tools'
sh 'go get -tags tools || true'
sh 'buf generate'
}
}