Merge "Pass global enviroment variables"

This commit is contained in:
Zuul 2018-11-15 11:24:41 +00:00 committed by Gerrit Code Review
commit 3a20b245b6
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ case ${ID,,} in
[wget]=wget
)
EXTRA_PKG_DEPS=()
sudo yum updateinfo
sudo -E yum updateinfo
if $(grep -q Fedora /etc/redhat-release); then
EXTRA_PKG_DEPS="python-dnf redhat-rpm-config"
fi