wuheng 1 年之前
父節點
當前提交
34f7ed3a93
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Jenkinsfile

+ 0 - 1
Jenkinsfile

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