Skip to content

Commit

Permalink
Change from Katello Version to Foreman Version on Stageyum Repoclosure
Browse files Browse the repository at this point in the history
  • Loading branch information
Odilhao committed Dec 6, 2023
1 parent 8750ae1 commit 4fcb2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theforeman.org/pipelines/release/pipelines/katello.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pipeline {
def parallelStagesMap = [:]
def name = 'katello-staging'
foreman_el_releases.each { distro ->
parallelStagesMap[distro] = { repoclosure(name, distro, katello_version) }
parallelStagesMap[distro] = { repoclosure(name, distro, foreman_version) }
}
parallel parallelStagesMap
}
Expand Down

0 comments on commit 4fcb2ca

Please sign in to comment.