mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-01-11 14:34:17 +00:00
fix failure in Jenkins script
This commit is contained in:
parent
6720385895
commit
dd43fac5a2
4
ci/Jenkinsfile
vendored
4
ci/Jenkinsfile
vendored
@ -79,7 +79,5 @@ def buildExample(example=STAGE_NAME) {
|
||||
|
||||
def copyExample(example=STAGE_NAME) {
|
||||
sh "mkdir -p build/docs/${example}"
|
||||
sh "cp examples/${example}/*.html build/docs/${example}/"
|
||||
sh "cp examples/${example}/*.js build/docs/${example}/"
|
||||
sh "cp examples/${example}/*.css build/docs/${example}/"
|
||||
sh "cp examples/${example}/*.(js|css|html) build/docs/${example}/"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user