From d2e0fb978b985ac54c009c4936d0fdad9f62b291 Mon Sep 17 00:00:00 2001 From: Odilon Sousa Date: Mon, 6 Nov 2023 16:56:05 -0300 Subject: [PATCH] Remove Verify Version and Release from Pulp Packaging 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 --- theforeman.org/pipelines/test/rpm_packaging.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theforeman.org/pipelines/test/rpm_packaging.groovy b/theforeman.org/pipelines/test/rpm_packaging.groovy index 9b0052b7..da4b73c0 100644 --- a/theforeman.org/pipelines/test/rpm_packaging.groovy +++ b/theforeman.org/pipelines/test/rpm_packaging.groovy @@ -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 {