fix: remove factorypackages from Jenkinsfile
This commit is contained in:
Vendored
-2
@@ -63,8 +63,6 @@ pipeline {
|
||||
sh "cd debian; debuild --check-dirname-level 0 --no-tgz-check --no-lintian -kjenkins@vnc.biz -p'gpg --no-tty --passphrase q3tx65wurstbrot'; cd .."
|
||||
}
|
||||
sh "mkdir -p ../pkgarchive/"
|
||||
sh "scp ../*.deb repo@factorypackages.rz.vnc.biz:/srv/repo/apt/incoming/"
|
||||
sh "ssh repo@factorypackages.rz.vnc.biz /srv/repo/bin/import-new-packages.sh"
|
||||
|
||||
// Import to GCP deb repository
|
||||
sh "scp ../*.deb repo@34.89.202.54:/srv/repo/apt/incoming/"
|
||||
|
||||
Reference in New Issue
Block a user