diff --git a/doozerlib/coverity.py b/doozerlib/coverity.py index 9e6bf24cd..c9916d08c 100644 --- a/doozerlib/coverity.py +++ b/doozerlib/coverity.py @@ -282,8 +282,8 @@ def _covscan_prepare_parent(cc: CoverityContext, parent_image_name, parent_tag) # Set https proxy ARG HTTPS_PROXY -RUN if [[ ! -z ${HTTPS_PROXY} ]]; then echo "Using proxy: $HTTPS_PROXY"; fi -ENV https_proxy ${HTTPS_PROXY} +RUN if [[ ! -z ${{HTTPS_PROXY}} ]]; then echo "Using proxy: $HTTPS_PROXY"; fi +ENV https_proxy ${{HTTPS_PROXY}} # Add typical build repos to the image, but don't add to /etc/yum.repos.d # until we know whether we are on el7 or el8. As of 4.8, repos are only