1
0
Fork 0
mirror of https://github.com/archtechx/tenancy-queue-tester.git synced 2025-12-12 10:04:02 +00:00

write TENANCY_VERSION to stdout

This commit is contained in:
Samuel Štancl 2024-12-31 07:31:37 +01:00
parent 35dd6a3888
commit 14e03d5a1e

View file

@ -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