mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-08 10:23:37 +00:00
Docs upload fixes
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -154,7 +154,7 @@ pipeline {
|
|||||||
stage('Docs Deploy') {
|
stage('Docs Deploy') {
|
||||||
when {
|
when {
|
||||||
allOf {
|
allOf {
|
||||||
branch 'develop'
|
branch 'master'
|
||||||
not {
|
not {
|
||||||
equals expected: 'UNSTABLE', actual: currentBuild.result
|
equals expected: 'UNSTABLE', actual: currentBuild.result
|
||||||
}
|
}
|
||||||
@@ -170,7 +170,7 @@ pipeline {
|
|||||||
-v \$(pwd):/app \\
|
-v \$(pwd):/app \\
|
||||||
-w /app \\
|
-w /app \\
|
||||||
jc21/ci-tools \\
|
jc21/ci-tools \\
|
||||||
scripts/docs-upload /app/docs/.vuepress/dist
|
scripts/docs-upload /app/docs/.vuepress/dist/
|
||||||
"""
|
"""
|
||||||
|
|
||||||
sh """docker run --rm \\
|
sh """docker run --rm \\
|
||||||
|
Reference in New Issue
Block a user