Update 'Jenkinsfile'
Some checks failed
gitea-sync/antos-appimage/pipeline/head There was a failure building this commit

This commit is contained in:
dany 2023-01-03 17:58:52 +01:00
parent ce906d106d
commit cd077ec4c1

3
Jenkinsfile vendored
View File

@ -31,6 +31,9 @@ def generateStage(name) {
cp -rfv antos/webapps/build/opt/www/htdocs/silk antos/frontend/$tag/build/opt/www/htdocs
cp -rfv antos/webapps/build/opt/www/htdocs/mimes.json antos/frontend/$tag/build/opt/www/htdocs
rm -rf antos/frontend/$tag/build/opt/www/htdocs/os/rst
# release antos doc
[ -d "antos/frontend/$tag/doc" ] && cp -rf antos/frontend/$tag/doc /home/dany/public/antos-release/doc/$tag
'''
}
}