mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-12 17:07:23 +01:00
Merge remote-tracking branch 'upstream/main' into merge-upstream
# Conflicts: # .gitignore # management/auth.py # management/daemon.py # management/mail_log.py # management/mailconfig.py # management/mfa.py # management/ssl_certificates.py # management/status_checks.py # management/utils.py # management/web_update.py # setup/mail-postfix.sh # setup/migrate.py # setup/preflight.sh # setup/webmail.sh # tests/test_mail.py # tools/editconf.py
This commit is contained in:
5
.github/workflows/commit-tests.yml
vendored
5
.github/workflows/commit-tests.yml
vendored
@@ -22,13 +22,14 @@ jobs:
|
||||
path: tests/out/**/screenshot.png
|
||||
if-no-files-found: ignore
|
||||
retention-days: 5
|
||||
|
||||
|
||||
# install upstream miab, then migrate to miabldap
|
||||
upgrade-from-upstream:
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
PRIMARY_HOSTNAME: box2.abc.com
|
||||
UPSTREAM_TAG: main
|
||||
# TODO: change UPSTREAM_TAG to 'main' once upstream is installable
|
||||
UPSTREAM_TAG: v67
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: setup
|
||||
|
||||
Reference in New Issue
Block a user