mirror of https://github.com/waku-org/waku-lab.git
ci: fix jenkinsfile
This commit is contained in:
parent
50cbec1dc8
commit
04130850ee
|
@ -69,7 +69,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
def buildExample(example=STAGE_NAME, outDir=build) {
|
||||
def buildExample(example=STAGE_NAME, outDir='build') {
|
||||
def dest = "${WORKSPACE}/build/docs/${example}"
|
||||
dir("examples/${example}") {
|
||||
sh 'npm install --silent'
|
||||
|
|
Loading…
Reference in New Issue