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

ci: try adding chmod

This commit is contained in:
Samuel Štancl 2025-01-09 17:28:22 +01:00
parent 3f42ca2c96
commit eed6fd5bd2

View file

@ -12,3 +12,5 @@ chmod -R 777 .
echo "[setup.sh] Tenancy version: ${TENANCY_VERSION}" 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 docker run --rm -e TENANCY_VERSION="${TENANCY_VERSION}" -v .:/var/www/html tenancy-queue-test-cli bash setup/_tenancy_setup.sh
chmod -R 777 .