mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-01-27 23:35:09 +00:00
escape braket to avoid collision with groovy syntax
This commit is contained in:
parent
53fcfb53ff
commit
dcdcd12ed3
2
ci/Jenkinsfile
vendored
2
ci/Jenkinsfile
vendored
@ -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…
x
Reference in New Issue
Block a user