Skip to content

Commit

Permalink
only download drivers when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
zhicwu committed Jan 9, 2021
1 parent 7c6d310 commit 7d63a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
set -e

start_server() {
local base_url="${MAVEN_REPO_URL:='https://repo1.maven.org/maven2'}"
local base_url="${MAVEN_REPO_URL:="https://repo1.maven.org/maven2"}"
local driver_dir="$JDBC_BRIDGE_HOME/drivers"
local jdbc_drivers="${JDBC_DRIVERS:=''}"
local jdbc_drivers="${JDBC_DRIVERS:=""}"

# change work directory explicitly
cd $JDBC_BRIDGE_HOME
Expand Down

0 comments on commit 7d63a64

Please sign in to comment.