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'