diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2021-11-14 20:09:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-14 20:09:25 +0100 |
commit | 701b288864690222556f2b1b859ceac75025ee1c (patch) | |
tree | d7d6d54bdf12b389658de8c98e0e0047759dd3db /apps/ci | |
parent | 27839c2e6452f89ffdbab6184bde81222ab7a466 (diff) |
feat(CI/Modules): add mod-progression-system (#9188)
Diffstat (limited to 'apps/ci')
-rwxr-xr-x | apps/ci/ci-install-modules.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/ci/ci-install-modules.sh b/apps/ci/ci-install-modules.sh index c16354767d..3fbfab6733 100755 --- a/apps/ci/ci-install-modules.sh +++ b/apps/ci/ci-install-modules.sh @@ -22,3 +22,4 @@ git clone --depth=1 --branch=master https://github.com/azerothcore/mod-pvpstats- 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 +git clone --depth=1 --branch=main https://github.com/azerothcore/mod-progression-system modules/mod-progression-system |