Skip to content

Commit

Permalink
correctly map openSUSE Leap 15.5 chroot name
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and ekohl committed May 22, 2024
1 parent c39771d commit 5aac980
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions theforeman.org/pipelines/lib/copr.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def convert_to_dist(chroot) {
return 'el8'
} else if(chroot == 'rhel-7-x86_64') {
return 'el7'
} else if(chroot == 'opensuse-leap-15.5-x86_64') {
return 'leap155'
} else {
return null
}
Expand Down

0 comments on commit 5aac980

Please sign in to comment.