Skip to content

Commit

Permalink
Move from epel-testing to epel-release (#344)
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 and Hrishikesh Shinde committed Dec 14, 2018
1 parent 820b743 commit 9ac85d6
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 9ac85d6

Please sign in to comment.