Skip to content

Commit 33c8678

Browse files
committed
Fix jenkinsfile after messy merge
1 parent a7fe687 commit 33c8678

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

Jenkinsfile

+1-14
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ pipeline {
8989
stage('Docs') {
9090
steps {
9191
dir(path: 'docs') {
92+
sh 'yarn set version berry'
9293
sh 'yarn install'
9394
sh 'yarn build'
9495
}
@@ -143,20 +144,6 @@ pipeline {
143144
}
144145
junit 'test/results/junit/*'
145146
}
146-
}
147-
}
148-
stage('Docs') {
149-
when {
150-
not {
151-
equals expected: 'UNSTABLE', actual: currentBuild.result
152-
}
153-
}
154-
steps {
155-
dir(path: 'docs') {
156-
sh 'yarn set version berry'
157-
sh 'yarn install'
158-
sh 'yarn build'
159-
}
160147
stage('Mysql') {
161148
steps {
162149
// Bring up a stack

0 commit comments

Comments
 (0)