diff options
author | sudlud <sudlud@users.noreply.github.com> | 2025-08-23 21:05:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-23 16:05:17 -0300 |
commit | 2a73b89f6a2446b1225c79c29d8834621e161977 (patch) | |
tree | bc65ec6d11df25c811f894cde97c4804deebd66a | |
parent | 3bdcd83f4a2e4d9c1db34b7d9497e1c9120fc28b (diff) |
fix(CI/modules-build): disable archived / outdated module mod-war-effort (#22722)
-rwxr-xr-x | apps/ci/ci-install-modules.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |