Explorar o código

jenkins ignore deps warnings

jamesread %!s(int64=4) %!d(string=hai) anos
pai
achega
6690d4b137
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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