Docs upload fixes
This commit is contained in:
parent
c35b91b73b
commit
b75ba6465c
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -154,7 +154,7 @@ pipeline {
|
|||
stage('Docs Deploy') {
|
||||
when {
|
||||
allOf {
|
||||
branch 'develop'
|
||||
branch 'master'
|
||||
not {
|
||||
equals expected: 'UNSTABLE', actual: currentBuild.result
|
||||
}
|
||||
|
@ -170,7 +170,7 @@ pipeline {
|
|||
-v \$(pwd):/app \\
|
||||
-w /app \\
|
||||
jc21/ci-tools \\
|
||||
scripts/docs-upload /app/docs/.vuepress/dist
|
||||
scripts/docs-upload /app/docs/.vuepress/dist/
|
||||
"""
|
||||
|
||||
sh """docker run --rm \\
|
||||
|
|
Loading…
Reference in a new issue