diff --git a/theforeman.org/pipelines/lib/packaging.groovy b/theforeman.org/pipelines/lib/packaging.groovy index b6b99c9c..94331d62 100644 --- a/theforeman.org/pipelines/lib/packaging.groovy +++ b/theforeman.org/pipelines/lib/packaging.groovy @@ -469,7 +469,7 @@ def rsync_to_debian_release(suite, component, deb_paths) { } def rsync_debian(user, ssh_key, suite, component, deb_paths) { - def hosts = ["web01.osuosl.theforeman.org", "repo-deb01.osuosl.theforeman.org"] + def hosts = ["repo-deb01.osuosl.theforeman.org"] for(host in hosts) { def target_path = "${user}@${host}:rsync_cache/${suite}/${component}/"