mirror of
https://github.com/archtechx/tenancy-queue-tester.git
synced 2025-12-12 05:44:04 +00:00
chmod 777 temp files
This commit is contained in:
parent
d261fa1a98
commit
0b63ffeccb
1 changed files with 1 additions and 0 deletions
1
test.sh
1
test.sh
|
|
@ -89,6 +89,7 @@ expect_worker_context() {
|
||||||
|
|
||||||
echo "" > src/abc
|
echo "" > src/abc
|
||||||
echo "" > src/sync_context
|
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
|
# 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.
|
# to prevent permissions issues in various environments.
|
||||||
docker compose run --rm queue bash -c 'rm -f database/tenantfoo.sqlite database/tenantbar.sqlite'
|
docker compose run --rm queue bash -c 'rm -f database/tenantfoo.sqlite database/tenantbar.sqlite'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue