diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2021-10-29 14:44:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-29 14:44:00 +0200 |
commit | 784e567585a8054c1c59eb8d1b6fd9273c1f913d (patch) | |
tree | 0b1080232ea9a97ffe7f2a5d2d51337c78216209 /apps | |
parent | a7cc26e2ef7bc78b4274dbe94949fe1a751c0275 (diff) |
feat(CI/Modules): add more modules (#8816)
Diffstat (limited to 'apps')
-rwxr-xr-x | apps/ci/ci-install-modules.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ci/ci-install-modules.sh b/apps/ci/ci-install-modules.sh index 7505c804f8..c16354767d 100755 --- a/apps/ci/ci-install-modules.sh +++ b/apps/ci/ci-install-modules.sh @@ -9,6 +9,8 @@ git clone --depth=1 --branch=master https://github.com/azerothcore/mod-ah-bot.gi 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 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 #git clone --depth=1 --branch=master https://github.com/azerothcore/mod-chromie-xp.git modules/mod-chromie-xp git clone --depth=1 --branch=master https://github.com/azerothcore/mod-desertion-warnings.git modules/mod-desertion-warnings git clone --depth=1 --branch=master https://github.com/azerothcore/mod-duel-reset.git modules/mod-duel-reset |