mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-03 21:33:08 +00:00
Merge pull request #180 from waku-org/weboko/fix-ci
Fix Jenkins CI: add escape on back slash
This commit is contained in:
commit
cfe6462e06
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