diff --git a/setup.sh b/setup.sh index 22bed08..63d0784 100755 --- a/setup.sh +++ b/setup.sh @@ -9,4 +9,6 @@ set -e rm -rf src chmod -R 777 . +echo "[setup.sh] Tenancy version: ${TENANCY_VERSION}" + docker run --rm -e TENANCY_VERSION="${TENANCY_VERSION}" -v .:/var/www/html tenancy-queue-test-cli bash setup/_tenancy_setup.sh