We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a84f2f commit 442df34Copy full SHA for 442df34
run-tests-rpm.sh
@@ -4,7 +4,7 @@ set -x -e -o pipefail
4
SOURCENAME=`echo ${CI_COMMIT_REF_NAME} | cut -d '-' -f 1`
5
ZSTDREQ=zstd
6
7
-if [ "$1" = "centos8" ]; then
+if [ "$1" = "centos_8" ]; then
8
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
9
10
dnf install -y 'dnf-command(config-manager)' || true
0 commit comments