Explorar o código

make go-tools

jamesread %!s(int64=4) %!d(string=hai) anos
pai
achega
2f2f3bf61a
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 || true'
+				sh 'make go-tools'
             }
         }