mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
ci: Directly run production install script.
This commit is contained in:
@@ -114,7 +114,7 @@ aliases:
|
|||||||
name: install production
|
name: install production
|
||||||
command: |
|
command: |
|
||||||
sudo service rabbitmq-server restart
|
sudo service rabbitmq-server restart
|
||||||
mispipe /tmp/production ts
|
sudo mispipe /tmp/production-install ts
|
||||||
|
|
||||||
- &check_xenial_provision_error
|
- &check_xenial_provision_error
|
||||||
run:
|
run:
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
set -e
|
|
||||||
set -x
|
|
||||||
|
|
||||||
sudo /tmp/production-install
|
|
||||||
@@ -30,6 +30,5 @@ fi
|
|||||||
|
|
||||||
mv /tmp/tmp.*/zulip-server-test.tar.gz /tmp/
|
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/success-http-headers.txt /tmp/success-http-headers.txt
|
||||||
cp -a tools/ci/production /tmp/production
|
|
||||||
cp -a tools/ci/production-install /tmp/production-install
|
cp -a tools/ci/production-install /tmp/production-install
|
||||||
cp -a tools/ci/production-extract-tarball /tmp/production-extract-tarball
|
cp -a tools/ci/production-extract-tarball /tmp/production-extract-tarball
|
||||||
|
|||||||
Reference in New Issue
Block a user