diff --git a/.cico/setup.sh b/.cico/setup.sh index 08675e9..aff8ae5 100755 --- a/.cico/setup.sh +++ b/.cico/setup.sh @@ -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}