From b88f442861af52926789b01c1a5a27495cbb5c71 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Fri, 15 Apr 2022 21:15:40 +0200 Subject: [PATCH] fix(CI): Redacted eluna (#11406) --- apps/ci/ci-install-modules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ci/ci-install-modules.sh b/apps/ci/ci-install-modules.sh index c8137ab32..92ea145e3 100755 --- a/apps/ci/ci-install-modules.sh +++ b/apps/ci/ci-install-modules.sh @@ -3,7 +3,7 @@ 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-eluna.git modules/mod-eluna 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