Skip to content

Commit

Permalink
Merge pull request #53 from kirankt/4.7-no-proxy-fix
Browse files Browse the repository at this point in the history
Bug 1963210: Add support for no_proxy
  • Loading branch information
openshift-merge-robot committed Jul 30, 2021
2 parents 7ef1521 + 7db75ef commit 870afcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions get-resource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,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}
export IP_OPTIONS=${IP_OPTIONS:-}

# Which image should we use
Expand Down

0 comments on commit 870afcb

Please sign in to comment.