diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2021-06-26 14:13:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-26 14:13:43 +0200 |
commit | 7579dc46895a8a2a19a5f660614baf4b62407063 (patch) | |
tree | a1f87636734869bd4e13636de8e8fd0adf42514f /apps/ci | |
parent | 6745746c99cfe43b798c7b477b6228cabe600248 (diff) |
feat(CI): add modules (#6584)
Diffstat (limited to 'apps/ci')
-rwxr-xr-x | apps/ci/ci-install-modules.sh | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/apps/ci/ci-install-modules.sh b/apps/ci/ci-install-modules.sh index f17973fca3..2896ec949d 100755 --- a/apps/ci/ci-install-modules.sh +++ b/apps/ci/ci-install-modules.sh @@ -5,7 +5,17 @@ set -e echo "install modules" git clone --depth=1 --branch=master --recursive https://github.com/azerothcore/mod-eluna-lua-engine.git modules/mod-eluna-lua-engine 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-transmog.git modules/mod-transmog -git clone --depth=1 --branch=master https://github.com/azerothcore/mod-npc-beastmaster.git modules/mod-npc-beastmaster +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-cfbg.git modules/mod-cfbg +#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 -git clone --depth=1 --branch=master https://github.com/azerothcore/mod-premium modules/mod-premium +git clone --depth=1 --branch=master https://github.com/azerothcore/mod-ip-tracker.git modules/mod-ip-tracker +git clone --depth=1 --branch=main https://github.com/azerothcore/mod-low-level-arena.git modules/mod-low-level-arena +git clone --depth=1 --branch=master https://github.com/azerothcore/mod-multi-client-check.git modules/mod-multi-client-check +git clone --depth=1 --branch=master https://github.com/azerothcore/mod-pvp-titles.git modules/mod-pvp-titles +git clone --depth=1 --branch=master https://github.com/azerothcore/mod-pvpstats-announcer.git modules/mod-pvpstats-announcer +git clone --depth=1 --branch=main https://github.com/azerothcore/mod-queue-list-cache.git modules/mod-queue-list-cache +git clone --depth=1 --branch=master https://github.com/azerothcore/mod-server-auto-shutdown.git modules/mod-server-auto-shutdown +git clone --depth=1 --branch=master https://github.com/azerothcore/mod-transmog.git modules/mod-transmog |