mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 12:58:13 -05:00
Fix CI, use docker for a yarn command
This commit is contained in:
parent
a21289bf11
commit
afbec0aca9
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -144,8 +144,12 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
dir(path: 'docs') {
|
||||
sh 'yarn install'
|
||||
sh 'yarn build'
|
||||
sh '''docker run --rm \\
|
||||
-v "$(pwd):/app" \\
|
||||
-w /app \\
|
||||
node:latest \\
|
||||
sh -c "yarn install && yarn build"
|
||||
'''
|
||||
}
|
||||
|
||||
dir(path: 'docs/.vuepress/dist') {
|
||||
|
Loading…
Reference in New Issue
Block a user