Przeglądaj źródła

don't build static binaries yet. Don't have the build config in there for it yet

Grant Limberg 5 lat temu
rodzic
commit
04266a1180
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -18,7 +18,7 @@ pipeline {
             steps {
             steps {
                 script {
                 script {
                     def tasks = [:]
                     def tasks = [:]
-                    tasks << buildStaticBinaries()
+                    // tasks << buildStaticBinaries()
                     tasks << buildDebianNative()
                     tasks << buildDebianNative()
                     tasks << buildCentosNative()
                     tasks << buildCentosNative()