Skip to content
Snippets Groups Projects
Commit 7b704ec8 authored by Jörg Bolay's avatar Jörg Bolay
Browse files

KOP-2329 verwende environment variable als proxy

parent 5618e8c5
Branches
Tags
No related merge requests found
......@@ -13,6 +13,7 @@ cache:
package:
stage: deploy
script:
- export DATAPORT_PROXY=$DATAPORT_PROXY
- mvn $MAVEN_CLI_OPTS package
artifacts:
paths:
......
......@@ -37,14 +37,6 @@
<proxies>
<proxy>
<id>dataport-proxy</id>
<active>false</active>
<protocol>http</protocol>
<host>10.65.108.2</host>
<port>${env.DATAPORT_PROXY_PORT}</port>
<nonProxyHosts>localhost,127.0.0.1,*.dataport.de</nonProxyHosts>
</proxy>
<proxy>
<id>dataport-gitlab-proxy</id>
<active>true</active>
<protocol>http</protocol>
<host>${env.DATAPORT_PROXY}</host>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment