mirror of
https://github.com/truenas/scale-build.git
synced 2025-12-24 21:07:00 +00:00
Remove the upload-packages step, aptly doesn't use them
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user