diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2022-02-21 06:08:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-21 02:08:30 -0300 |
commit | 74f84591ce419015d90738c98de9bbcdde101ab6 (patch) | |
tree | efc7fcc46fd06c36e7aab84fc0fbff1830e46db9 | |
parent | 57b9b296d85ff39bcd13859ff5f6abbda904c192 (diff) |
feat(CI): add mod-low-level-rbg module (#10764)
-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 531b137f2f..94b70f2b33 100755 --- a/apps/ci/ci-install-modules.sh +++ b/apps/ci/ci-install-modules.sh @@ -16,7 +16,8 @@ git clone --depth=1 --branch=master https://github.com/azerothcore/mod-chat-tran 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-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=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-low-level-rbg modules/mod-low-level-rbg 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 |