mirror of
https://github.com/archtechx/tenancy-queue-tester.git
synced 2025-12-12 06:44:05 +00:00
don't require a TTY in setup.sh
This commit is contained in:
parent
cb3183e01f
commit
81e939659c
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
|
@ -8,4 +8,4 @@ set -e
|
||||||
|
|
||||||
rm -rf src
|
rm -rf src
|
||||||
|
|
||||||
docker run --rm -it -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