From 2a73b89f6a2446b1225c79c29d8834621e161977 Mon Sep 17 00:00:00 2001 From: sudlud Date: Sat, 23 Aug 2025 21:05:17 +0200 Subject: fix(CI/modules-build): disable archived / outdated module mod-war-effort (#22722) --- apps/ci/ci-install-modules.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/ci/ci-install-modules.sh b/apps/ci/ci-install-modules.sh index d584682ab3..5987eaf7ad 100755 --- a/apps/ci/ci-install-modules.sh +++ b/apps/ci/ci-install-modules.sh @@ -100,7 +100,8 @@ git clone --depth=1 --branch=main https://github.com/azerothcore/mod-system-vi git clone --depth=1 --branch=master https://github.com/azerothcore/mod-tic-tac-toe modules/mod-tic-tac-toe git clone --depth=1 --branch=master https://github.com/azerothcore/mod-top-arena modules/mod-top-arena git clone --depth=1 --branch=master https://github.com/azerothcore/mod-transmog modules/mod-transmog -git clone --depth=1 --branch=master https://github.com/azerothcore/mod-war-effort modules/mod-war-effort +# archived / outdated +#git clone --depth=1 --branch=master https://github.com/azerothcore/mod-war-effort modules/mod-war-effort git clone --depth=1 --branch=master https://github.com/azerothcore/mod-weekend-xp modules/mod-weekend-xp git clone --depth=1 --branch=master https://github.com/azerothcore/mod-who-logged modules/mod-who-logged git clone --depth=1 --branch=master https://github.com/azerothcore/mod-zone-difficulty modules/mod-zone-difficulty -- cgit v1.2.3