CI: Upload to pub2
All checks were successful
gitea/equivs/pipeline/head This commit looks good

This commit is contained in:
David Prevot 2022-12-12 16:49:55 +01:00
parent 3cadc55e18
commit b9d587817f

View file

@ -13,14 +13,11 @@ pipeline {
stage('Upload Debian (equivs) packages') {
when {
branch 'debian'
branch 'main'
}
steps {
script {
sh 'echo Dummy line to remove once something actually happens.'
/* No crendentials yet.
sh 'rsync -avP *.deb droneci@pub.evolix.net:/home/droneci/equivs/'
*/
sh 'rsync -avP *.deb *.changes pub.evolix.org:/srv/upload/'
}
}
}