Skip to content

Commit

Permalink
fix bpm script
Browse files Browse the repository at this point in the history
  • Loading branch information
psycofdj committed Jan 16, 2020
1 parent b800c92 commit 3da9db4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions jobs/boshupdate_exporter/templates/config/bpm.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<%
envs = {
HTTP_PROXY => p("env.http_proxy", "")
http_proxy => p("env.http_proxy", "")
HTTPS_PROXY => p("env.https_proxy", "")
https_proxy => p("env.https_proxy", "")
NO_PROXY => p("env.no_proxy", "")
no_proxy => p("env.no_proxy", "")
"HTTP_PROXY" => p("env.http_proxy", ""),
"http_proxy" => p("env.http_proxy", ""),
"HTTPS_PROXY" => p("env.https_proxy", ""),
"https_proxy" => p("env.https_proxy", ""),
"NO_PROXY" => p("env.no_proxy", ""),
"no_proxy" => p("env.no_proxy", "")
}
%>

Expand Down

0 comments on commit 3da9db4

Please sign in to comment.