mirror of
https://github.com/waku-org/js-waku-examples.git
synced 2025-02-23 13:18:07 +00:00
remove sh check for files
This commit is contained in:
parent
2d803d667e
commit
f4ef91deed
2
ci/Jenkinsfile
vendored
2
ci/Jenkinsfile
vendored
@ -90,7 +90,7 @@ def copyExample(example=STAGE_NAME) {
|
||||
}
|
||||
|
||||
try {
|
||||
sh "[ -e ${source}/*.css] && cp ${source}/*.css ${dest}/"
|
||||
sh "cp ${source}/*.css ${dest}/"
|
||||
} catch (e) {
|
||||
echo "No CSS files found."
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user