Skip to content

Commit

Permalink
Remove Verify Version and Release from Pulp Packaging
Browse files Browse the repository at this point in the history
We removed this from Pulpcore with #236 , now we have rpm/develop as well
on pulpcore-packaging, addning another condition to verify the version
only for foreman-packaging
  • Loading branch information
Odilhao committed Nov 6, 2023
1 parent fd9922b commit d2e0fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theforeman.org/pipelines/test/rpm_packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pipeline {
stage("Verify version and release"){
when {
expression { packages_to_build }
expression { ghprbTargetBranch == 'rpm/develop'}
expression { ghprbTargetBranch == 'rpm/develop' && ghprbGhRepository == 'theforeman/foreman-packaging'}
}
steps {
script {
Expand Down

0 comments on commit d2e0fb9

Please sign in to comment.