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

ci: try moving chmod

This commit is contained in:
Samuel Štancl 2025-01-09 17:33:40 +01:00
parent eed6fd5bd2
commit d76d4528b3

View file

@ -11,6 +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 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 .'