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 (#312)
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 7a6435b commit dbb5633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cico_build_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ function setup_build_environment() {
# 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 docker make golang git
yum install epel-release -y
yum -y install --enablerepo=epel docker make golang git
service docker start

echo 'CICO: Build environment created.'
Expand Down

0 comments on commit dbb5633

Please sign in to comment.