Debug logging for exchange tarball selection
This commit is contained in:
parent
b90cb42e3b
commit
6303be3b0e
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ RUN set -e; \
|
||||||
git clone --depth 1 --branch "${EXCHANGE_REF}" https://git.taler.net/exchange.git /src/exchange; \
|
git clone --depth 1 --branch "${EXCHANGE_REF}" https://git.taler.net/exchange.git /src/exchange; \
|
||||||
EXCHANGE_DIR="/src/exchange"; \
|
EXCHANGE_DIR="/src/exchange"; \
|
||||||
fi; \
|
fi; \
|
||||||
|
echo "Using EXCHANGE_DIR=${EXCHANGE_DIR} (tar=${EXCHANGE_TAR})"; \
|
||||||
if [ "${EXCHANGE_TAR}" = "1" ]; then \
|
if [ "${EXCHANGE_TAR}" = "1" ]; then \
|
||||||
if [ -f "${EXCHANGE_DIR}/configure" ]; then \
|
if [ -f "${EXCHANGE_DIR}/configure" ]; then \
|
||||||
echo "Using existing configure for Exchange tarball"; \
|
echo "Using existing configure for Exchange tarball"; \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue