mirror of https://github.com/zulip/zulip.git
upgrade-check: Run production verify step.
This commit is contained in:
parent
285e10fe2f
commit
d2a95607e2
|
@ -259,11 +259,8 @@ jobs:
|
|||
- name: Upgrade production
|
||||
run: sudo /tmp/production-upgrade
|
||||
|
||||
# TODO: We should be running production-verify here, but it
|
||||
# doesn't pass yet.
|
||||
#
|
||||
# - name: Verify install
|
||||
# run: sudo /tmp/production-verify
|
||||
- name: Verify install
|
||||
run: sudo /tmp/production-verify
|
||||
|
||||
- name: Report status
|
||||
if: failure()
|
||||
|
|
|
@ -39,3 +39,5 @@ UPGRADE_SCRIPT=/home/zulip/deployments/current/scripts/lib/upgrade-zulip
|
|||
|
||||
# Execute the upgrade.
|
||||
sudo "$UPGRADE_SCRIPT" /tmp/zulip-server-test.tar.gz
|
||||
|
||||
sudo supervisorctl restart all
|
||||
|
|
Loading…
Reference in New Issue