Browse Source

Revert "Fix CI, use docker for a yarn command"

This reverts commit afbec0aca96fd860bbaaed0bebf9e5294e6ea325.
Jamie Curnow 4 năm trước cách đây
mục cha
commit
bb5fc58f3a
1 tập tin đã thay đổi với 2 bổ sung6 xóa
  1. 2 6
      Jenkinsfile

+ 2 - 6
Jenkinsfile

@@ -144,12 +144,8 @@ pipeline {
 			}
 			steps {
 				dir(path: 'docs') {
-					sh '''docker run --rm \\
-						-v "$(pwd):/app" \\
-						-w /app \\
-						node:latest \\
-						sh -c "yarn install && yarn build"
-					'''
+					sh 'yarn install'
+					sh 'yarn build'
 				}
 
 				dir(path: 'docs/.vuepress/dist') {