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
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ cache: ...@@ -13,6 +13,7 @@ cache:
package: package:
stage: deploy stage: deploy
script: script:
- export DATAPORT_PROXY=$DATAPORT_PROXY
- mvn $MAVEN_CLI_OPTS package - mvn $MAVEN_CLI_OPTS package
artifacts: artifacts:
paths: paths:
......
...@@ -37,14 +37,6 @@ ...@@ -37,14 +37,6 @@
<proxies> <proxies>
<proxy> <proxy>
<id>dataport-proxy</id> <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> <active>true</active>
<protocol>http</protocol> <protocol>http</protocol>
<host>${env.DATAPORT_PROXY}</host> <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