2a19fa368c
It's currently broken and not really needed anyway. Depends-On: https://review.opendev.org/#/c/738435/ Change-Id: I767f6fc4e4177af5f7f93a0d4d3f8dcc578da2c4
5 lines
172 B
Bash
5 lines
172 B
Bash
if [[ "$DISTRO_NAME" == "centos" ]] && [[ "$DIB_RELEASE" == 8 ]]; then
|
|
# Disable EPEL unless enabled explicitly
|
|
export DIB_EPEL_DISABLED=${DIB_EPEL_DISABLED:-1}
|
|
fi
|