wuheng 1 year ago
parent
commit
34f7ed3a93
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Jenkinsfile

+ 0 - 1
Jenkinsfile

@@ -6,7 +6,6 @@ pipeline {
     stages {
     stages {
         stage('Build') {
         stage('Build') {
             steps {
             steps {
-                sh 'docker-compose down'
                 nodejs('20.6.0') {
                 nodejs('20.6.0') {
                     sh 'npm install --registry https://registry.npm.taobao.org'
                     sh 'npm install --registry https://registry.npm.taobao.org'
                     sh 'npm run build:dev'
                     sh 'npm run build:dev'