Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
Move from epel-testing to epel-release
Browse files Browse the repository at this point in the history
This patch is to use go library from epel-release
in spite of epel-testing

Fix related to openshiftio/openshift.io#4618
  • Loading branch information
piyush-garg authored Dec 14, 2018
1 parent b4c0df6 commit 7783349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cico/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ function setup() {
# We need to disable selinux for now, XXX
/usr/sbin/setenforce 0 || :

yum install epel-release --enablerepo=extras -y
yum -y install --enablerepo=epel-testing podman make golang git
yum install epel-release -y
yum -y install --enablerepo=epel podman make golang git

mkdir -p $(dirname ${REPO_PATH})
cp -a ${HOME}/payload ${REPO_PATH}
Expand Down

0 comments on commit 7783349

Please sign in to comment.