From b4ce3597f5e9aa492484484866aa7254df2fba03 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 10 Apr 2021 02:02:22 -0300 Subject: CI: Switch to pre-renewal mode --- .tools/scripts/init.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.tools') diff --git a/.tools/scripts/init.sh b/.tools/scripts/init.sh index 9bac358e..bccaaa01 100755 --- a/.tools/scripts/init.sh +++ b/.tools/scripts/init.sh @@ -166,17 +166,17 @@ function do_init_data { function do_init_tools { cd .. rm -rf tools - gitclone https://gitlab.com/evol evol-tools.git tools + gitclone https://gitlab.com/themanaworld/evolved evol-tools.git tools } function do_init { do_init_data rm -rf server-code - gitclone https://gitlab.com/evol hercules.git server-code + gitclone https://gitlab.com/themanaworld/evolved hercules.git server-code check_error $? cd server-code/src check_error $? - gitclone https://gitlab.com/evol evol-hercules.git evol + gitclone https://gitlab.com/themanaworld/evolved evol-hercules.git evol check_error $? cd ../.. check_error $? -- cgit v1.2.3-60-g2f50