Explorar o código

修改打包脚本

huqi %!s(int64=6) %!d(string=hai) anos
pai
achega
6c51b65c8d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -28,7 +28,7 @@ pipeline {
         }
         stage('deploy') {
             steps {
-                sh 'deploy_script:linux'
+                sh 'npm run deploy:linux'
                 sh 'chmod 777 target/o2server/*.sh'
             }
         }