jenkins: Try to ignore internal gen deps
This commit is contained in:
parent
554c3f4d6c
commit
a544e2f682
|
|
@ -4,7 +4,7 @@ pipeline {
|
|||
stages {
|
||||
stage ('Pre-Build') {
|
||||
steps {
|
||||
sh 'go get -tags tools ./...'
|
||||
sh 'go get -tags tools'
|
||||
sh 'buf generate'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue