jamesread před 4 roky
rodič
revize
2f2f3bf61a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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'
             }
         }