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

Commit

Permalink
Merge pull request #146 from fabric8-services/update_epel
Browse files Browse the repository at this point in the history
Move from epel-testing to epel-release
  • Loading branch information
Hrishikesh Shinde authored Dec 14, 2018
2 parents b4c0df6 + 7783349 commit bf8be71
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 bf8be71

Please sign in to comment.