Skip to content

Commit

Permalink
Fix CI not able to install golang
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-garg authored and chmouel committed Dec 4, 2018
1 parent 140b669 commit 96b0b7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cico_build_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ function setup_build_environment() {
# We need to disable selinux for now, XXX
/usr/sbin/setenforce 0 || :

yum -y install docker make golang git
yum install epel-release --enablerepo=extras -y
yum -y install --enablerepo=epel-testing docker make golang git
service docker start

echo 'CICO: Build environment created.'
Expand Down

0 comments on commit 96b0b7e

Please sign in to comment.