We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030e98b commit d3db7ecCopy full SHA for d3db7ec
gitlab-build-rpm.sh
@@ -43,6 +43,7 @@ yum install -y wget make gcc
43
44
if [ "$1" = "centos7" ]; then
45
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm || true
46
+ yum install -y http://repo.okay.com.mx/centos/7/x86_64/release/okay-release-1-1.noarch.rpm || true
47
fi
48
49
if [ "$1" = "centos6" ]; then
0 commit comments