ci: Rename production builder script file.

This commit is contained in:
Aman Agrawal 2020-04-28 19:47:12 +05:30 committed by Tim Abbott
parent 1aaef75bc5
commit 70f7d04bf1
3 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ aliases:
# Install moreutils so we can use `ts` and `mispipe` in the following. # Install moreutils so we can use `ts` and `mispipe` in the following.
sudo apt-get install -y moreutils sudo apt-get install -y moreutils
mispipe ./tools/ci/setup-production ts mispipe ./tools/ci/production-build ts
- &production_extract_tarball - &production_extract_tarball
run: run:

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# This test installs a Zulip production environment (from the release # This test installs a Zulip production environment (from the release
# tarball from setup-production), and then runs some Nagios checks and # tarball from production-build), and then runs some Nagios checks and
# other tools to verify that everything is working properly. # other tools to verify that everything is working properly.
set -e set -e
set -x set -x