Explorar el Código

make go-tools

jamesread hace 4 años
padre
commit
2f2f3bf61a
Se han modificado 1 ficheros con 1 adiciones y 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'
             }
         }