Skip to content

Commit

Permalink
Drop DISTRO env var for foreman-selinux
Browse files Browse the repository at this point in the history
Since Foreman 3.6 this variable isn't used anymore[1].

[1]: https://projects.theforeman.org/issues/35971
  • Loading branch information
ekohl committed Jan 4, 2024
1 parent f164a3f commit 7039ed0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 7039ed0

Please sign in to comment.