Remove the upload-packages step, aptly doesn't use them

This commit is contained in:
Kris Moore
2024-01-22 11:55:14 -05:00
committed by GitHub
parent 1b0736ebf1
commit 1465fc67a7

View File

@@ -25,11 +25,6 @@ pipeline {
sh 'cd ${BDIR} && make packages'
}
}
stage('Upload Packages') {
steps {
sh 'scp ${BDIR}/tmp/pkgdir/*.deb pkgupload@apt-mirror.tn.ixsystems.net:repo/'
}
}
stage('Update') {
steps {
sh 'cd ${BDIR} && make update'