UNCLASSIFIED

Commit d68fcbbb authored by Salvador Orozco Villalever's avatar Salvador Orozco Villalever
Browse files

Remove reference to RHEL7.

parent 78d2c424
Pipeline #439279 passed with stages
in 26 minutes and 43 seconds
......@@ -140,11 +140,7 @@ function performPreInstallationTasksForExternalBuild()
function installPackages()
{
if [ "$PLATFORM_NAME" == "$RHEL8" ]; then
ACCEPT_EULA=Y dnf -q -y --disableplugin=subscription-manager install \
$(getListOfPackagesToInstall)
elif [ "$PLATFORM_NAME" == "$RHEL7" ]; then
ACCEPT_EULA=Y yum -y --nogpgcheck install \
ACCEPT_EULA=Y dnf -q -y -v --disableplugin=subscription-manager install \
$(getListOfPackagesToInstall)
fi
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment