Ver Fonte

build 1

wuheng há 1 ano atrás
pai
commit
34f7ed3a93
1 ficheiros alterados com 0 adições e 1 exclusões
  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'