We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ebd6d0 commit c1a138fCopy full SHA for c1a138f
Jenkinsfile
@@ -48,7 +48,7 @@ node {
48
BUILD_NAME = URLDecoder.decode(env.BUILD_TAG, "UTF-8").replaceAll("[^a-zA-Z0-9_.-]", "_")
49
image = docker.build(BUILD_NAME.toLowerCase(), '.')
50
image.inside() { c ->
51
- sh "cd ReDoc-customized/ReDoc-customized && yarn install && yarn bundle && yarn compile:cli"
+ sh "cd ReDoc-customized/ReDoc-customized && yarn install && yarn bundle && yarn compile:cli && cd cli && yarn install && ln -s node_modules/redoc ../.."
52
}
53
54
0 commit comments