diff --git a/cico_build_deploy.sh b/cico_build_deploy.sh index f09a8a8..fb13e29 100644 --- a/cico_build_deploy.sh +++ b/cico_build_deploy.sh @@ -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.'