From 70f7d04bf184e3279cb0385edda8cec041cb082a Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Tue, 28 Apr 2020 19:47:12 +0530 Subject: [PATCH] ci: Rename production builder script file. --- .circleci/config.yml | 2 +- tools/ci/{setup-production => production-build} | 0 tools/ci/production-helper | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename tools/ci/{setup-production => production-build} (100%) diff --git a/.circleci/config.yml b/.circleci/config.yml index b007edd9be..7ee2e20d72 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -97,7 +97,7 @@ aliases: # Install moreutils so we can use `ts` and `mispipe` in the following. sudo apt-get install -y moreutils - mispipe ./tools/ci/setup-production ts + mispipe ./tools/ci/production-build ts - &production_extract_tarball run: diff --git a/tools/ci/setup-production b/tools/ci/production-build similarity index 100% rename from tools/ci/setup-production rename to tools/ci/production-build diff --git a/tools/ci/production-helper b/tools/ci/production-helper index bf33e26d60..a4eead6172 100755 --- a/tools/ci/production-helper +++ b/tools/ci/production-helper @@ -1,6 +1,6 @@ #!/usr/bin/env bash # 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. set -e set -x