fix build

This commit is contained in:
medcl 2020-04-20 14:29:18 +08:00
parent 82fe6d34af
commit f178d95a6f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -39,7 +39,7 @@ pipeline {
stage('Update Files') {
steps {
sh 'cd /home/deploy/logging-center && git pull origin master'
sh 'cd /home/deploy/logging-center && git add . && git stash && git pull origin master'
}
}