diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-06-12 17:39:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-06-12 17:39:58 -0300 |
commit | 41668804c924d4cb6e3b0ecd0b4a2b7277b16bfc (patch) | |
tree | 975f242f9796783247a90eb002fb23149ac9072d | |
parent | 44004fa372c411e6bc33394434a9cdde8ec73e11 (diff) | |
download | evol-hercules-41668804c924d4cb6e3b0ecd0b4a2b7277b16bfc.tar.gz evol-hercules-41668804c924d4cb6e3b0ecd0b4a2b7277b16bfc.tar.bz2 evol-hercules-41668804c924d4cb6e3b0ecd0b4a2b7277b16bfc.tar.xz evol-hercules-41668804c924d4cb6e3b0ecd0b4a2b7277b16bfc.zip |
Fix pathsHEADjesusalva/prerenewal
-rwxr-xr-x | tools/ci/scripts/init.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ci/scripts/init.sh b/tools/ci/scripts/init.sh index 73c7aba..62c8f67 100755 --- a/tools/ci/scripts/init.sh +++ b/tools/ci/scripts/init.sh @@ -178,12 +178,12 @@ function run_mplint { function clone_tool { rm -rf tools - gitclone https://gitlab.com/evol evol-tools.git tools + gitclone https://git.themanaworld.org/evolved tools.git tools } function clone_servercode { rm -rf server-code - gitclone https://gitlab.com/evol hercules.git server-code + gitclone https://git.themanaworld.org/evolved hercules.git server-code } function build_init { |