Skip to content

Commit

Permalink
pass foreman version to build_stage_repository
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Dec 11, 2023
1 parent fe063fb commit 9ce7bbc
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 @@ -72,7 +72,7 @@ pipeline {

script {
foreman_el_releases.each { distro ->
sh "./build_stage_repository katello ${katello_version} ${distro}"
sh "./build_stage_repository katello ${katello_version} ${distro} ${foreman_version}"
}
}
}
Expand Down

0 comments on commit 9ce7bbc

Please sign in to comment.