Explorar el Código

修改打包脚本

huqi hace 6 años
padre
commit
6c51b65c8d
Se han modificado 1 ficheros con 1 adiciones y 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'
             }
         }