mirror of
https://github.com/archtechx/tenancy-queue-tester.git
synced 2025-12-12 07:04:04 +00:00
initial commit
This commit is contained in:
commit
52d95e9370
12 changed files with 525 additions and 0 deletions
11
setup.sh
Executable file
11
setup.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
TENANCY_VERSION=${TENANCY_VERSION:-"dev-master"}
|
||||
|
||||
set -e
|
||||
|
||||
(cd cli && ./build.sh)
|
||||
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue