mirror of
https://github.com/waku-org/js-waku-examples.git
synced 2025-02-23 21:28:06 +00:00
escape backslash
This commit is contained in:
parent
d8a3d6647e
commit
d3df6f7b7f
2
ci/Jenkinsfile
vendored
2
ci/Jenkinsfile
vendored
@ -79,5 +79,5 @@ def buildExample(example=STAGE_NAME) {
|
||||
|
||||
def copyExample(example=STAGE_NAME) {
|
||||
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