Skip to content

Commit

Permalink
skip read-only mode in split setup
Browse files Browse the repository at this point in the history
Not supported for now.
  • Loading branch information
nijel committed Jun 8, 2023
1 parent f3661ef commit daa39a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-generate
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if [ "$3" = "split" ] ; then
WEBLATE_SITE_DOMAIN: test.example.com
EOT
done
sed -i -e '/- \/tmp/D' -e '/read_only: true/D' docker-compose.yml
fi
if [ "$3" = "read-write" ] ; then
sed -i -e '/- \/tmp/D' -e '/read_only: true/D' docker-compose.yml
Expand Down

0 comments on commit daa39a6

Please sign in to comment.