mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
Doing service memcached start instead of restart fixed an issue on
focal build in GitHub actions, where it exits with code 1 when it
is done twice.It is done first in Install Dependencies step and then
again in last step where we call tools/ci/setup-backend again which
runs provision.
Furthermore, I don't belive there is a technical reason we use
restart over start; rather I think it was just a random choice with
the intend to just start the services in CI. I traced the code back
to commit
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| capitalization.py | ||
| git-tools.bash | ||
| gitlint-rules.py | ||
| html_branches.py | ||
| pretty_print.py | ||
| provision_inner.py | ||
| provision.py | ||
| sanity_check.py | ||
| template_parser.py | ||
| test_script.py | ||
| test_server.py | ||