1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +00:00

Reflect new upstream default branch

This commit is contained in:
Downtown Allday 2021-04-13 00:12:27 -04:00
parent f14eb2cdce
commit a697cd2f01

View File

@ -43,7 +43,7 @@ SH
cd /mailinabox
source tests/vagrant/globals.sh || exit 1
export PRIMARY_HOSTNAME=qa3.abc.com
export UPSTREAM_TAG=master
export UPSTREAM_TAG=main
tests/system-setup/upgrade-from-upstream.sh basic totpuser || exit 1
tests/runner.sh upgrade-basic upgrade-totpuser default || exit 2
SH