No need for sudo here

Change-Id: I97d067d62e47f8743d9b09e5cfe932199fcde077
This commit is contained in:
Derek Higgins 2015-07-21 11:35:47 +01:00
parent a3db757e66
commit add827a66f
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 -E curl -o /etc/yum.repos.d/delorean-rdo-management.repo $DELOREAN_TRUNK_MGT_REPO/delorean-rdo-management.repo
curl -o /etc/yum.repos.d/delorean-rdo-management.repo $DELOREAN_TRUNK_MGT_REPO/delorean-rdo-management.repo