mirror of
https://github.com/waku-org/examples.waku.org.git
synced 2025-02-22 10:48:22 +00:00
copy other types of files
This commit is contained in:
parent
3f77b3e1a6
commit
d5427b882e
18
ci/Jenkinsfile
vendored
18
ci/Jenkinsfile
vendored
@ -100,4 +100,22 @@ def copyExample(example=STAGE_NAME) {
|
||||
} catch (e) {
|
||||
echo "No HTML files found."
|
||||
}
|
||||
|
||||
try {
|
||||
sh "cp ${source}/*.json ${dest}/"
|
||||
} catch (e) {
|
||||
echo "No JSON files found."
|
||||
}
|
||||
|
||||
try {
|
||||
sh "cp ${source}/*.png ${dest}/"
|
||||
} catch (e) {
|
||||
echo "No PNG files found."
|
||||
}
|
||||
|
||||
try {
|
||||
sh "cp ${source}/*.ico ${dest}/"
|
||||
} catch (e) {
|
||||
echo "No ICO files found."
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user