mirror of
https://github.com/waku-org/examples.waku.org.git
synced 2025-02-22 10:48:22 +00:00
fix syntax of command
This commit is contained in:
parent
266916be74
commit
4011baf6cf
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