Skip to content

Commit 0413085

Browse files
committed
ci: fix jenkinsfile
1 parent 50cbec1 commit 0413085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pipeline {
6969
}
7070
}
7171

72-
def buildExample(example=STAGE_NAME, outDir=build) {
72+
def buildExample(example=STAGE_NAME, outDir='build') {
7373
def dest = "${WORKSPACE}/build/docs/${example}"
7474
dir("examples/${example}") {
7575
sh 'npm install --silent'

0 commit comments

Comments
 (0)