mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-02-18 09:56:43 +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