فهرست منبع

remove unneeded output

Grant Limberg 6 سال پیش
والد
کامیت
cc52835ce3
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      Jenkinsfile

+ 0 - 2
Jenkinsfile

@@ -52,12 +52,10 @@ def buildStaticBinaries() {
                 dir ("build") {
                     checkout scm
                 }
-                sh "echo ${distro}-${platform}"
                 def runtime = docker.image("ztbuild/${distro}-${platform}:latest")
                 runtime.inside {
                     dir("build") {
                         sh 'make -j8 ZT_STATIC=1 all'
-                        sh "file ./zerotier-one"
                         sh "mv zerotier-one zerotier-one-static-${platform}"
                         stash includes: 'zerotier-one-static-*', name: "static-${platform}"
                     }