Sfoglia il codice sorgente

更新 'Jenkinsfile'

sifu-gogs 2 anni fa
parent
commit
9a24a4c2fb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -14,7 +14,7 @@ pipeline {
                 sh 'docker-compose down'
                 sh 'npm install --registry https://registry.npm.taobao.org'
                 sh 'npm run build:prod'
-			    sh 'pwd'
+                sh 'pwd'
                 sh 'ls -la'
             }
         }