Created
January 15, 2020 00:14
-
-
Save danehans/9cc346670499bdabca604379fbdcb22a to your computer and use it in GitHub Desktop.
ocp_proxy_ci_pr_5308
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# set proxy env vars required by extended test clients. | |
export HTTP_PROXY="$(oc get proxy/cluster -o jsonpath='{.status.httpProxy}') | |
export HTTPS_PROXY="$(oc get proxy/cluster -o jsonpath='{.status.httpsProxy}') | |
export NO_PROXY="$(oc get proxy/cluster -o jsonpath='{.status.noProxy}') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment