From b4ff4914cb935641b3782eba9241ce4281c261b1 Mon Sep 17 00:00:00 2001 From: David Moreau-Simard Date: Thu, 23 Jun 2016 16:41:34 -0400 Subject: [PATCH] Follow redirects when using curl to setup repositories current-passed-ci is now redirected and hosted on a CDN. Change-Id: I27247b7e19a1fbbb72d10bfb8c4df3babbfbff59 --- run_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index 31e48f11c..2a256d156 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -136,8 +136,8 @@ echo "root hard nofile 65536" | $SUDO tee -a /etc/security/limits.conf # Setup repositories if [ "${MANAGE_REPOS}" = true ]; then - $SUDO curl ${DELOREAN} -o /etc/yum.repos.d/delorean.repo - $SUDO curl ${DELOREAN_DEPS} -o /etc/yum.repos.d/delorean-deps.repo + $SUDO curl -L ${DELOREAN} -o /etc/yum.repos.d/delorean.repo + $SUDO curl -L ${DELOREAN_DEPS} -o /etc/yum.repos.d/delorean-deps.repo fi # Install dependencies