Skip to content

Commit 7268956

Browse files
committed
ci: testing chatmail/dovecot#4
1 parent d880937 commit 7268956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmdeploy/src/cmdeploy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def _configure_postfix(config: Config, debug: bool = False) -> bool:
321321
def _install_dovecot_package(package: str, arch: str):
322322
arch = "amd64" if arch == "x86_64" else arch
323323
arch = "arm64" if arch == "aarch64" else arch
324-
url = f"https://download.delta.chat/dovecot/dovecot-{package}_2.3.21%2Bdfsg1-3_{arch}.deb"
324+
url = f"https://download.delta.chat/dovecot/staging-drop-libicu/dovecot-{package}_2.3.21%2Bdfsg1-3_{arch}.deb"
325325
deb_filename = "/root/" + url.split("/")[-1]
326326

327327
match (package, arch):

0 commit comments

Comments
 (0)