CI: Push *.buildinfo too
gitea/equivs/pipeline/head This commit looks good Details

main
David Prevot 2022-12-22 11:40:30 +01:00
parent b9d587817f
commit 29ee4c3a57
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ pipeline {
}
steps {
script {
sh 'rsync -avP *.deb *.changes pub.evolix.org:/srv/upload/'
sh 'rsync -avP *.deb *.buildinfo *.changes pub.evolix.org:/srv/upload/'
}
}
}