diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-01 18:04:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-01 18:04:13 -0300 |
commit | 9482b84f2b202acb2ae124dbc7cd2cae608d3e0f (patch) | |
tree | 4747b273508f7693380d16740eb0ce6902d010e7 | |
parent | 75b2b54d815ce32f7bfcb4839ce0fe5f0bdee507 (diff) | |
download | serverdata-9482b84f2b202acb2ae124dbc7cd2cae608d3e0f.tar.gz serverdata-9482b84f2b202acb2ae124dbc7cd2cae608d3e0f.tar.bz2 serverdata-9482b84f2b202acb2ae124dbc7cd2cae608d3e0f.tar.xz serverdata-9482b84f2b202acb2ae124dbc7cd2cae608d3e0f.zip |
Fix pipelines accordingly
-rwxr-xr-x | .tools/scripts/init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tools/scripts/init.sh b/.tools/scripts/init.sh index e920f9f87..2e9b84175 100755 --- a/.tools/scripts/init.sh +++ b/.tools/scripts/init.sh @@ -174,7 +174,7 @@ function do_init { check_error $? cd server-code/src check_error $? - gitclone https://gitlab.com/evol evol-hercules.git evol + gitclone https://gitlab.com/TMW2 evol-hercules.git evol ; cd evol ; git checkout tmw2 ; cd .. check_error $? cd ../.. check_error $? |