mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
build_release_tarball: Remove local_settings.py overwrite hack.
This commit is contained in:
parent
78a0c7c557
commit
28fa4e8346
@ -47,9 +47,6 @@ cd "$TMP_CHECKOUT"
|
||||
# create var/log directory in the new temporary checkout
|
||||
mkdir -p "var/log"
|
||||
|
||||
# Use default settings so there is no chance of leaking secrets
|
||||
cp zproject/local_settings_template.py zproject/local_settings.py
|
||||
|
||||
# Some settings need to be updated for update-prod-static to work
|
||||
#
|
||||
# TODO: Would be much better to instead run the below tools with some
|
||||
|
||||
Loading…
Reference in New Issue
Block a user