sifu-gogs 2 жил өмнө
parent
commit
326c51fbe7
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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