mirror of
https://github.com/archtechx/tenancy-queue-tester.git
synced 2025-12-12 08:04:05 +00:00
change perms on . instead of src, avoid using --force on laravel/installer
This commit is contained in:
parent
d57689205c
commit
4f70ebc8fb
10 changed files with 2 additions and 3 deletions
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
README.md
Normal file → Executable file
0
README.md
Normal file → Executable file
0
cli/Dockerfile
Normal file → Executable file
0
cli/Dockerfile
Normal file → Executable file
0
docker-compose.yml
Normal file → Executable file
0
docker-compose.yml
Normal file → Executable file
3
setup.sh
3
setup.sh
|
|
@ -7,7 +7,6 @@ set -e
|
||||||
(cd cli && ./build.sh)
|
(cd cli && ./build.sh)
|
||||||
|
|
||||||
rm -rf src
|
rm -rf src
|
||||||
mkdir -p src
|
chmod -R 777 .
|
||||||
chmod -R 777 src
|
|
||||||
|
|
||||||
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
|
||||||
|
|
|
||||||
0
setup/FooJob.php
Normal file → Executable file
0
setup/FooJob.php
Normal file → Executable file
0
setup/Tenant_base.php
Normal file → Executable file
0
setup/Tenant_base.php
Normal file → Executable file
|
|
@ -3,7 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
composer global require laravel/installer
|
composer global require laravel/installer
|
||||||
~/.composer/vendor/laravel/installer/bin/laravel new --no-interaction --force --database=sqlite --git src/
|
~/.composer/vendor/laravel/installer/bin/laravel new --no-interaction --database=sqlite --git src/
|
||||||
|
|
||||||
cd src/
|
cd src/
|
||||||
|
|
||||||
|
|
|
||||||
0
setup/database.php
Normal file → Executable file
0
setup/database.php
Normal file → Executable file
0
setup/providers.php
Normal file → Executable file
0
setup/providers.php
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue