Files
zulip/tools
Anders Kaseorg 056b715765 ci: Remove 2>&1 redirection.
We had used 2>&1 to redirect stderr to stdout so it could be piped
into ts, but commit dd3cdd6ec5 (#17611)
removed ts, so we no longer need the redirection.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-03-29 14:52:06 -07:00
..
2021-03-29 14:52:06 -07:00
2020-09-14 16:22:23 -07:00
2021-02-12 13:11:19 -08:00
2019-08-06 23:29:11 -07:00
2021-02-12 13:11:19 -08:00
2019-11-04 18:12:11 -08:00
2021-02-12 13:11:19 -08:00
2021-03-24 12:12:04 -07:00

This directory contains scripts that are used in building, managing, testing, and other forms of work in a Zulip development environment. Note that tools that are also useful in production belong in scripts/ or should be Django management commands.

For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.