File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ RUN for profile in ${BENCHBASE_PROFILES}; do \
71
71
rm -rf profiles/$profile/data/ && ln -s ../../data profiles/$profile/data; \
72
72
done \
73
73
&& test -d data \
74
- && test "`readlink -f profiles/postgres /data`" = "/benchbase/data" \
74
+ && test "`readlink -f profiles/$(echo $BENCHBASE_PROFILES | awk '{ print $1 }') /data`" = "/benchbase/data" \
75
75
&& mvn -B --file pom.xml clean \
76
76
&& rm -rf ~/.m2/repository/* \
77
77
&& rm -rf .git/
Original file line number Diff line number Diff line change 40
40
GID=$( getent passwd $UID | cut -d: -f4)
41
41
42
42
set -x
43
- docker build --build-arg=http_proxy=${http_proxy:- } --build-arg=https_proxy=${https_proxy:- } \
43
+ docker build --progress=plain -- build-arg=http_proxy=${http_proxy:- } --build-arg=https_proxy=${https_proxy:- } \
44
44
--build-arg MAVEN_OPTS=" -Dhttp.proxyHost=${http_proxy_host} -Dhttp.proxyPort=${http_proxy_port} -Dhttps.proxyHost=${https_proxy_host} -Dhttps.proxyPort=${https_proxy_port} " \
45
45
--build-arg BENCHBASE_PROFILES=" ${BENCHBASE_PROFILES} " \
46
46
--build-arg UID=$UID --build-arg GID=$GID \
You can’t perform that action at this time.
0 commit comments