summaryrefslogtreecommitdiff
path: root/.tools
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-10 04:06:46 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-10 04:06:46 -0300
commitf810899c0006e86f46c3e0122ea5b9ec5ea7dfd8 (patch)
treee49c0f6fbc3d68e08ca930f0003966360e42d58f /.tools
parent2eec31f3a6f4c2502df1ab8a3899624ae792b78c (diff)
downloadserverdata-f810899c0006e86f46c3e0122ea5b9ec5ea7dfd8.tar.gz
serverdata-f810899c0006e86f46c3e0122ea5b9ec5ea7dfd8.tar.bz2
serverdata-f810899c0006e86f46c3e0122ea5b9ec5ea7dfd8.tar.xz
serverdata-f810899c0006e86f46c3e0122ea5b9ec5ea7dfd8.zip
[CI] If tokens won't cope, use dark magic to make pipelines work.
Like fetching data from dubious sources and dubious controllers.
Diffstat (limited to '.tools')
-rwxr-xr-x.tools/scripts/init.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/.tools/scripts/init.sh b/.tools/scripts/init.sh
index bccaaa01..a6ca5f7e 100755
--- a/.tools/scripts/init.sh
+++ b/.tools/scripts/init.sh
@@ -166,17 +166,18 @@ function do_init_data {
function do_init_tools {
cd ..
rm -rf tools
- gitclone https://gitlab.com/themanaworld/evolved evol-tools.git tools
+ #gitclone https://gitlab.com/themanaworld/evolved evol-tools.git tools
+ gitclone https://gitlab.com/TMW2 evol-tools.git tools
}
function do_init {
do_init_data
rm -rf server-code
- gitclone https://gitlab.com/themanaworld/evolved hercules.git server-code
+ gitclone https://gitlab.com/jesusalva hercules.git server-code
check_error $?
cd server-code/src
check_error $?
- gitclone https://gitlab.com/themanaworld/evolved evol-hercules.git evol
+ gitclone https://gitlab.com/tmwae evol-hercules.git evol
check_error $?
cd ../..
check_error $?