Skip to content

Commit c1a138f

Browse files
committed
Show it where redoc is
1 parent 5ebd6d0 commit c1a138f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ node {
4848
BUILD_NAME = URLDecoder.decode(env.BUILD_TAG, "UTF-8").replaceAll("[^a-zA-Z0-9_.-]", "_")
4949
image = docker.build(BUILD_NAME.toLowerCase(), '.')
5050
image.inside() { c ->
51-
sh "cd ReDoc-customized/ReDoc-customized && yarn install && yarn bundle && yarn compile:cli"
51+
sh "cd ReDoc-customized/ReDoc-customized && yarn install && yarn bundle && yarn compile:cli && cd cli && yarn install && ln -s node_modules/redoc ../.."
5252
}
5353
}
5454

0 commit comments

Comments
 (0)