mirror of
https://github.com/archtechx/tenancy-queue-tester.git
synced 2025-12-12 05:14:04 +00:00
ci: change chmod . to chmod src
This commit is contained in:
parent
d76d4528b3
commit
d261fa1a98
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
|
@ -11,4 +11,4 @@ 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 -c 'setup/_tenancy_setup.sh; chmod -R 777 .'
|
||||
docker run --rm -e TENANCY_VERSION="${TENANCY_VERSION}" -v .:/var/www/html tenancy-queue-test-cli bash -c 'setup/_tenancy_setup.sh; chmod -R 777 src'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue