Sfoglia il codice sorgente

修改打包脚本

huqi 5 anni fa
parent
commit
6c51b65c8d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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