Skip to content

Commit

Permalink
Add EL9 to Candlepin 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Feb 12, 2024
1 parent b3b389c commit f2dcdf8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions theforeman.org/pipelines/vars/candlepin/4.3.groovy
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
def candlepin_version = '4.3'
def candlepin_distros = ['el8']
def candlepin_distros = ['el8', 'el9']
def packaging_branch = 'rpm/4.3'
def pipelines = [
'candlepin': [
'centos8-stream'
'centos8-stream',
'centos9-stream'
]
]

0 comments on commit f2dcdf8

Please sign in to comment.