mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-02 12:53:08 +00:00
ci: do not fail if no style.css file
This commit is contained in:
parent
bdc6e9cb93
commit
742a4245fe
2
ci/Jenkinsfile
vendored
2
ci/Jenkinsfile
vendored
@ -80,5 +80,5 @@ def buildExample(example=STAGE_NAME) {
|
||||
def copyExample(example=STAGE_NAME) {
|
||||
sh "mkdir -p build/docs/${example}"
|
||||
sh "cp ${example}/index.html build/docs/${example}/"
|
||||
sh "[ -f ${example}/style.css ] && cp ${example}/style.css build/docs/${example}/"
|
||||
sh "[ -f ${example}/style.css ] && cp ${example}/style.css build/docs/${example}/ || exit 0"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user