jenkins: Try to ignore internal gen deps

This commit is contained in:
jamesread 2021-09-03 23:57:21 +01:00
parent 554c3f4d6c
commit a544e2f682
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'
sh 'buf generate'
}
}