Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Ref interactive-instruments/etf-webapp#124
Browse files Browse the repository at this point in the history
  • Loading branch information
jonherrmann committed Sep 27, 2017
1 parent 5ce455b commit d50ef56
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ ENV ETF_WEBAPP_VERSION latest
# Packed with the Webapp
ENV ETF_TESTDRIVER_BSX_VERSION latest

# Possible values: “latest”, <version as MAJOR.MINOR.BUGFIX> or
# <version as MAJOR.MINOR>
# Will be downloaded
ENV ETF_GMLGEOX_VERSION latest

# Possible values: “latest”, <version as MAJOR.MINOR.BUGFIX> or
# <version as MAJOR.MINOR>
# Packed with the Webapp
Expand Down
2 changes: 1 addition & 1 deletion etfenv/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ etfproxy:

# ETF validator
etfwebapp:
image: iide/etf-webapp
image: iide/etf-webapp:dev
restart: unless-stopped
# See Dockerfile for more environment configuration properties and explanations
# environment:
Expand Down
7 changes: 0 additions & 7 deletions res/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,6 @@ if [[ -n "$ETF_TESTDRIVER_BSX_VERSION" && "$ETF_TESTDRIVER_BSX_VERSION" != "none
fi
fi

# Download GmlGeoX
if [[ ! -f "$ETF_DIR"/ds/db/repo/de/interactive_instruments/etf/bsxm/GmlGeoX.jar && -n "$ETF_GMLGEOX_VERSION" && "$ETF_GMLGEOX_VERSION" != "none" ]]; then
get de/interactive_instruments/etf/bsxm/etf-gmlgeox/ etf-gmlgeox-[0-9\.]+.jar "$ETF_GMLGEOX_VERSION" /tmp/GmlGeoX.jar
mkdir -p "$ETF_DIR"/ds/db/repo/de/interactive_instruments/etf/bsxm/
mv /tmp/GmlGeoX.jar "$ETF_DIR"/ds/db/repo/de/interactive_instruments/etf/bsxm/
fi

# Download SoapUI test driver
if [[ -n "$ETF_TESTDRIVER_SUI_VERSION" && "$ETF_TESTDRIVER_SUI_VERSION" != "none" ]]; then
if ls "$ETF_DIR"/td/etf-suitd*.jar 1> /dev/null 2>&1; then
Expand Down

0 comments on commit d50ef56

Please sign in to comment.