ci: Drop c7 support for installdeps.sh

Closes: #1787
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2019-03-15 10:48:43 -04:00 committed by Atomic Bot
parent 4ae3b174f5
commit d0fdd9ac1d

View File

@ -17,8 +17,6 @@ if [ "$id" == fedora ] && [ "$version_id" == 29 ]; then
cat ${repo} | (while read line; do if echo "$line" | grep -qE -e '^enabled=1'; then echo "${excludes}"; fi; echo $line; done) > ${repo}.new
mv ${repo}.new ${repo}
done
elif [ "$id" == centos ]; then
echo -e '[cahc]\nmetdata_expire=1m\nbaseurl=https://ci.centos.org/artifacts/sig-atomic/rdgo/centos-continuous/build\ngpgcheck=0\n' > /etc/yum.repos.d/cahc.repo
fi
pkg_upgrade