mirror of https://github.com/zulip/zulip.git
Install git pre-commit hooks in the vm as part of provisioning.
(imported from commit b3aa3b44de198abea49f5b43e2403f466f30f66c)
This commit is contained in:
parent
795f191fb3
commit
580cdb55be
|
@ -117,6 +117,7 @@ sh.postgres_init_db()
|
|||
sh.do_destroy_rebuild_database()
|
||||
sh.postgres_init_test_db()
|
||||
sh.do_destroy_rebuild_test_database()
|
||||
sh.setup_git_repo()
|
||||
|
||||
with sh.sudo:
|
||||
sh.cp(os.path.join(ZULIP_PATH, "tools", "provision", "zulip-dev.conf"), "/etc/supervisor/conf.d/zulip-dev.conf")
|
||||
|
|
Loading…
Reference in New Issue