Skip to content

Commit 40f027f

Browse files
arpit551timabbott
authored andcommitted
provision: Replace --production-travis with --build-release-tarball-only.
--production-travis was renamed to --build-release-tarball-only, both in master and in the 2.1.5 release. Fixes #256.
1 parent 2a6023d commit 40f027f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ WORKDIR /home/zulip/zulip
3939
ARG CUSTOM_CA_CERTIFICATES
4040

4141
# Finally, we provision the development environment and build a release tarball
42-
RUN ./tools/provision --production-travis
42+
RUN ./tools/provision --build-release-tarball-only
4343
RUN . /srv/zulip-py3-venv/bin/activate && \
4444
./tools/build-release-tarball docker && \
4545
mv /tmp/tmp.*/zulip-server-docker.tar.gz /tmp/zulip-server-docker.tar.gz

0 commit comments

Comments
 (0)