Update stale "master" branch references to "main".

We renamed master->main a long time ago.
This commit is contained in:
Mateusz Mandera
2025-02-07 15:56:53 +08:00
committed by Tim Abbott
parent 0d712d5151
commit fd42606aae
4 changed files with 5 additions and 5 deletions

View File

@@ -85,11 +85,11 @@ docker-compose exec -u zulip zulip cat /home/zulip/deployments/current/version.p
args:
# Change these if you want to build zulip from a different repo/branch
ZULIP_GIT_URL: https://github.com/zulip/zulip.git
ZULIP_GIT_REF: master
ZULIP_GIT_REF: main
```
You can set `ZULIP_GIT_URL` to any clone of the zulip/zulip git repository,
and `ZULIP_GIT_REF` to be any ref name in that repository (e.g. `master` or
and `ZULIP_GIT_REF` to be any ref name in that repository (e.g. `main` or
`1.9.0` or `445932cc8613c77ced023125248c8b966b3b7528`).
2. Run `docker-compose build zulip` to build a Zulip Docker image from the