From b05fb92d7344ce3ee30c658f6505b77bf10e5fc5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 14 Feb 2021 16:11:51 -0300 Subject: Use official mainstream repositories instead of Evol ones, to prevent false positives --- tools/ci/scripts/init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ci/scripts/init.sh b/tools/ci/scripts/init.sh index 73c7aba..76df8b7 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://gitlab.com/tmw2 evol-tools.git tools } function clone_servercode { rm -rf server-code - gitclone https://gitlab.com/evol hercules.git server-code + gitclone https://gitlab.com/tmw2 hercules.git server-code } function build_init { -- cgit v1.2.3-60-g2f50