ci: Rename production install script.

This commit is contained in:
Aman Agrawal
2020-04-28 19:54:29 +05:30
committed by Tim Abbott
parent d22e26ce26
commit b5e31c04c9
4 changed files with 3 additions and 3 deletions

View File

@@ -2,4 +2,4 @@
set -e
set -x
sudo /tmp/production-helper
sudo /tmp/production-install

View File

@@ -31,5 +31,5 @@ fi
mv /tmp/tmp.*/zulip-server-test.tar.gz /tmp/
cp -a tools/ci/success-http-headers.txt /tmp/success-http-headers.txt
cp -a tools/ci/production /tmp/production
cp -a tools/ci/production-helper /tmp/production-helper
cp -a tools/ci/production-install /tmp/production-install
cp -a tools/ci/production-extract-tarball /tmp/production-extract-tarball