diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-04-09 17:56:53 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-04-09 17:56:53 +0200 |
commit | 885d7c164e99e069c9a6c2827e479e1d8fee616e (patch) | |
tree | 2658c7cad58f29c21a51f09f8c1bcf50a0b6d584 /pom.xml | |
parent | a75076ba93f7967059cdf6dee3325f933708e6ec (diff) |
Fix python script
Fix startup of the python script in the pom that was not properly set
Issue-ID: CLAMP-147
Change-Id: Ia462be79dd053a9b39761e5bdf3248d0e28e65ee
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -88,7 +88,7 @@ <skip.docker.build>true</skip.docker.build> <skip.docker.push>true</skip.docker.push> <skip.staging.artifacts>false</skip.staging.artifacts> - <http.proxy></http.proxy> + <python.http.proxy.param></python.http.proxy.param> </properties> <distributionManagement> @@ -830,7 +830,7 @@ </ports> <workingDir>/usr/src/http-cache-app</workingDir> <cmd> - <shell>./start_http_cache.sh ${http.proxy} --python_proxyaddress localhost:${docker.http-cache.port.host}</shell> + <shell>./start_http_cache.sh ${python.http.proxy.param} --python_proxyaddress=localhost:${docker.http-cache.port.host}</shell> </cmd> </run> </image> |