소스 검색

修改打包脚本

huqi 6 년 전
부모
커밋
6c51b65c8d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'
             }
         }