From ce03319cf2aff3d3925c02a81e5fec79b9163bb7 Mon Sep 17 00:00:00 2001 From: Kargatum Date: Thu, 9 Dec 2021 21:24:24 +0700 Subject: [PATCH] feat(CI/Modules): disable build mod-azerothshard (#9605) --- apps/ci/ci-install-modules.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/ci/ci-install-modules.sh b/apps/ci/ci-install-modules.sh index 3fbfab673..531b137f2 100755 --- a/apps/ci/ci-install-modules.sh +++ b/apps/ci/ci-install-modules.sh @@ -7,7 +7,8 @@ git clone --depth=1 --branch=master --recursive https://github.com/azerothcore/m git clone --depth=1 --branch=master https://github.com/azerothcore/mod-autobalance.git modules/mod-autobalance git clone --depth=1 --branch=master https://github.com/azerothcore/mod-ah-bot.git modules/mod-ah-bot git clone --depth=1 --branch=master https://github.com/azerothcore/mod-anticheat.git modules/mod-anticheat -git clone --depth=1 --branch=master https://github.com/azerothcore/mod-azerothshard.git modules/mod-azerothshard +# NOTE: disabled because it causes DB error +# git clone --depth=1 --branch=master https://github.com/azerothcore/mod-azerothshard.git modules/mod-azerothshard git clone --depth=1 --branch=master https://github.com/azerothcore/mod-cfbg.git modules/mod-cfbg git clone --depth=1 --branch=master https://github.com/azerothcore/mod-chat-transmitter modules/mod-chat-transmitter # NOTE: disabled because it causes DB error