Skip to content

Commit

Permalink
stop yum publishing on web01
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Dec 20, 2024
1 parent 6b95f08 commit 1447856
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion theforeman.org/pipelines/lib/release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ void push_rpms(repo_src, repo_dest, version, distro, keep_old_files = false) {

void push_rpms_direct(repo_source, repo_dest, overwrite = true, merge = false) {
sshagent(['repo-sync']) {
sh "ssh [email protected] ${repo_source} ${repo_dest} ${overwrite} ${merge}"
sh "ssh [email protected] ${repo_source} ${repo_dest} ${overwrite} ${merge}"
}
}
Expand Down

0 comments on commit 1447856

Please sign in to comment.