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

chmod 777 temp files

This commit is contained in:
Samuel Štancl 2025-01-09 17:48:49 +01:00
parent d261fa1a98
commit 0b63ffeccb

View file

@ -89,6 +89,7 @@ expect_worker_context() {
echo "" > src/abc
echo "" > src/sync_context
chmod 777 src/abc src/sync_context
# These files weren't created by the host, but by docker, so we make sure the container also deletes them
# to prevent permissions issues in various environments.
docker compose run --rm queue bash -c 'rm -f database/tenantfoo.sqlite database/tenantbar.sqlite'