summaryrefslogtreecommitdiff
path: root/.tools
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-09-26 12:04:59 -0300
committerJesusaves <cpntb1@ymail.com>2018-09-26 12:06:42 -0300
commit8c5a7ab1e00e58b5cab6d4495bab61be03a50cb2 (patch)
tree293f14c5ad8beff33bd173e9d956d4a9b92b42e8 /.tools
parentb2875f6b97df0c05a5a47af5913900ffb1908f66 (diff)
downloadserverdata-8c5a7ab1e00e58b5cab6d4495bab61be03a50cb2.tar.gz
serverdata-8c5a7ab1e00e58b5cab6d4495bab61be03a50cb2.tar.bz2
serverdata-8c5a7ab1e00e58b5cab6d4495bab61be03a50cb2.tar.xz
serverdata-8c5a7ab1e00e58b5cab6d4495bab61be03a50cb2.zip
Let's see if pipelines passes, this is a REVERTABLE COMMIT, meant solely to shut up.
I am not willing to update server code for next release, so I'll freeze it for now. Later I may have time to do so.
Diffstat (limited to '.tools')
-rwxr-xr-x.tools/scripts/init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tools/scripts/init.sh b/.tools/scripts/init.sh
index 38818f384..15cede3f2 100755
--- a/.tools/scripts/init.sh
+++ b/.tools/scripts/init.sh
@@ -172,7 +172,7 @@ function do_init {
rm -rf server-code
gitclone https://gitlab.com/evol hercules.git server-code
check_error $?
- cd server-code/src
+ cd server-code/src ; git checkout s20180713
check_error $?
gitclone https://gitlab.com/TMW2 evol-hercules.git evol ; cd evol ; git checkout tmw2 ; cd ..
check_error $?