Skip to content

Commit

Permalink
Merge pull request #79 from kirankt/4.6-no-proxy-fix
Browse files Browse the repository at this point in the history
Bug 1963212: Add support for no_proxy
  • Loading branch information
openshift-merge-robot committed Jun 1, 2022
2 parents 711a12c + 5d59985 commit 5026dbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions get-resource.sh
Expand Up @@ -4,6 +4,7 @@
# Check and set http(s)_proxy. Required for cURL to use a proxy
export http_proxy=${http_proxy:-$HTTP_PROXY}
export https_proxy=${https_proxy:-$HTTPS_PROXY}
export no_proxy=${no_proxy:-$NO_PROXY}

# Which image should we use
SNAP=${1:-current-tripleo-rdo}
Expand Down

0 comments on commit 5026dbf

Please sign in to comment.