mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-16 03:41:27 +00:00
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.
This commit is contained in:
@@ -39,7 +39,7 @@ WORKDIR /home/zulip/zulip
|
|||||||
ARG CUSTOM_CA_CERTIFICATES
|
ARG CUSTOM_CA_CERTIFICATES
|
||||||
|
|
||||||
# Finally, we provision the development environment and build a release tarball
|
# Finally, we provision the development environment and build a release tarball
|
||||||
RUN ./tools/provision --production-travis
|
RUN ./tools/provision --build-release-tarball-only
|
||||||
RUN . /srv/zulip-py3-venv/bin/activate && \
|
RUN . /srv/zulip-py3-venv/bin/activate && \
|
||||||
./tools/build-release-tarball docker && \
|
./tools/build-release-tarball docker && \
|
||||||
mv /tmp/tmp.*/zulip-server-docker.tar.gz /tmp/zulip-server-docker.tar.gz
|
mv /tmp/tmp.*/zulip-server-docker.tar.gz /tmp/zulip-server-docker.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user