1
0
Fork 0
mirror of https://github.com/archtechx/tenancy-queue-tester.git synced 2025-12-12 07:04:04 +00:00

ci: change chmod . to chmod src

This commit is contained in:
Samuel Štancl 2025-01-09 17:41:34 +01:00
parent d76d4528b3
commit d261fa1a98

View file

@ -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'