Skip to content

Commit

Permalink
Use proxy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rmichaelis committed Jan 18, 2021
1 parent 4a6aa60 commit 9209606
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ def main():
base = env["DOCKER_BASE"] if "DOCKER_BASE" in env else "camptocamp/geoportailv3"
tag = ":" + env["DOCKER_TAG"] if "DOCKER_TAG" in env else ""
schema = env["PGSCHEMA"]
http_proxy = ""
https_proxy = ""
if "http_proxy" in env:
http_proxy = env["http_proxy"]
if "https_proxy" in env:
Expand Down

0 comments on commit 9209606

Please sign in to comment.