Revert "Fix CI, use docker for a yarn command"
This reverts commit afbec0aca9
.
This commit is contained in:
parent
afbec0aca9
commit
bb5fc58f3a
1 changed files with 2 additions and 6 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -144,12 +144,8 @@ pipeline {
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
dir(path: 'docs') {
|
dir(path: 'docs') {
|
||||||
sh '''docker run --rm \\
|
sh 'yarn install'
|
||||||
-v "$(pwd):/app" \\
|
sh 'yarn build'
|
||||||
-w /app \\
|
|
||||||
node:latest \\
|
|
||||||
sh -c "yarn install && yarn build"
|
|
||||||
'''
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dir(path: 'docs/.vuepress/dist') {
|
dir(path: 'docs/.vuepress/dist') {
|
||||||
|
|
Loading…
Reference in a new issue