Hide yum-config-manager output

Change-Id: I2a773d1b3316e7ca2e12cd4e93898a1d0312263e
This commit is contained in:
Major Hayden 2017-10-24 16:01:29 -05:00
parent 2cdefa5946
commit 9c55b07d8a
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ sudo pip install 'bindep>=2.4.0' tox
if [[ ${ID,,} == "centos" ]]; then
# epel-release could be installed but not enabled (which is very common
# in openstack-ci) so enable it here if needed
sudo yum-config-manager --enable epel || true
sudo yum-config-manager --enable epel > /dev/null || true
elif [[ ${ID,,} == "fedora" ]]; then
sudo dnf -y install redhat-lsb-core yum-utils
# openSUSE 42.1 does not have python-ndg-httpsclient