Merge "Pass env variables to sudo env"

This commit is contained in:
Ben Nemec 2015-06-01 20:39:19 +02:00 committed by Gerrit Code Review
commit 0253acd6c6
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ set -eux
# Install repo file for Delorean el7 midstream packages built from
# rdo-management.
export DELOREAN_TRUNK_MGT_REPO=${DELOREAN_TRUNK_MGT_REPO:-"http://trunk-mgt.rdoproject.org/centos-kilo/current-passed-ci"}
sudo curl -o /etc/yum.repos.d/delorean-rdo-management.repo $DELOREAN_TRUNK_MGT_REPO/delorean-rdo-management.repo
sudo -E curl -o /etc/yum.repos.d/delorean-rdo-management.repo $DELOREAN_TRUNK_MGT_REPO/delorean-rdo-management.repo