Skip to content

Commit 442df34

Browse files
committed
Fix typo in RPM testing script
1 parent 8a84f2f commit 442df34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests-rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -x -e -o pipefail
44
SOURCENAME=`echo ${CI_COMMIT_REF_NAME} | cut -d '-' -f 1`
55
ZSTDREQ=zstd
66

7-
if [ "$1" = "centos8" ]; then
7+
if [ "$1" = "centos_8" ]; then
88
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
99

1010
dnf install -y 'dnf-command(config-manager)' || true

0 commit comments

Comments
 (0)