mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
provision: Removed hack for running production suites in ci.
Since now, we use different jobs for getting release-tarball and running production suites so we don't require this hack
This commit is contained in:
parent
291bce93d0
commit
569731da50
@ -388,7 +388,6 @@ def main(options: argparse.Namespace) -> "NoReturn":
|
||||
if is_circleci and not options.is_build_release_tarball_only:
|
||||
run_as_root(["service", "redis-server", "restart"])
|
||||
run_as_root(["service", "memcached", "restart"])
|
||||
if is_circleci:
|
||||
run_as_root(["service", "rabbitmq-server", "restart"])
|
||||
run_as_root(["service", "postgresql", "restart"])
|
||||
elif "fedora" in os_families():
|
||||
|
||||
Loading…
Reference in New Issue
Block a user