Update 'Jenkinsfile'
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good

This commit is contained in:
dany 2023-01-03 18:11:10 +01:00
parent cd077ec4c1
commit 6f7f233660

2
Jenkinsfile vendored
View File

@ -33,7 +33,7 @@ def generateStage(name) {
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
[ -d "antos/frontend/$tag/doc" ] && cp -rf antos/frontend/$tag/doc /home/dany/public/antos-release/doc/$tag || true
'''
}
}