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:
parent
35dd6a3888
commit
14e03d5a1e
1 changed files with 2 additions and 0 deletions
2
setup.sh
2
setup.sh
|
|
@ -9,4 +9,6 @@ set -e
|
||||||
rm -rf src
|
rm -rf src
|
||||||
chmod -R 777 .
|
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
|
docker run --rm -e TENANCY_VERSION="${TENANCY_VERSION}" -v .:/var/www/html tenancy-queue-test-cli bash setup/_tenancy_setup.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue