Merge pull request #179 from waku-org/weboko/jenkins-ci
Fix Jenkins CI by escaping brackets
This commit is contained in:
commit
d8a3d6647e
|
@ -79,5 +79,5 @@ def buildExample(example=STAGE_NAME) {
|
||||||
|
|
||||||
def copyExample(example=STAGE_NAME) {
|
def copyExample(example=STAGE_NAME) {
|
||||||
sh "mkdir -p build/docs/${example}"
|
sh "mkdir -p build/docs/${example}"
|
||||||
sh "cp examples/${example}/*.{js|css|html} build/docs/${example}/"
|
sh "cp examples/${example}/*.\(js|css|html\) build/docs/${example}/"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue