Remove the subscription check on mock config for RHEL 8.5
This commit is contained in:
parent
e00ba2f075
commit
9a7016f451
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ greenprint "📦 SHA: ${COMMIT}"
|
|||
greenprint "📤 RPMS will be uploaded to: ${REPO_URL}"
|
||||
|
||||
# rhel 8.4 will run off of the internal repos and does not have a redhat subscription
|
||||
if [[ $VERSION_ID == 8.4 ]]; then
|
||||
if [[ $VERSION_ID == 8.4 || $VERSION_ID == 8.5 ]]; then
|
||||
greenprint "📋 Updating RHEL 8 mock template for unsubscribed image"
|
||||
sudo sed -i '/# repos/q' /etc/mock/templates/rhel-8.tpl
|
||||
# remove the subscription check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue