diff --git a/theforeman.org/pipelines/release/source/foreman-selinux.groovy b/theforeman.org/pipelines/release/source/foreman-selinux.groovy index 6b6e110d..46b54949 100644 --- a/theforeman.org/pipelines/release/source/foreman-selinux.groovy +++ b/theforeman.org/pipelines/release/source/foreman-selinux.groovy @@ -20,10 +20,9 @@ pipeline { stage("Build for rhel7") { steps { script { - distro = 'rhel7' instprefix = pwd(tmp: true) } - sh "make INSTPREFIX=${instprefix}/${distro} DISTRO=${distro}" + sh "make INSTPREFIX=${instprefix}" } } stage('Build and Archive Source') {