From 1c605bac9856d275340a81c435cffb83e5c3ae82 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 29 Jun 2019 16:57:04 -0300 Subject: Attempt to reintroduce pipelines This reverts commit 9fb384227526eef2292d0348c6bdd589ca63daa9. --- .tools/scripts/init.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to '.tools/scripts') diff --git a/.tools/scripts/init.sh b/.tools/scripts/init.sh index ed2179125..b45973bf0 100755 --- a/.tools/scripts/init.sh +++ b/.tools/scripts/init.sh @@ -174,6 +174,9 @@ function do_init { check_error $? cd server-code/src ; git checkout master # v2018.09.23 # 2018-09-24 # s20180713? check_error $? + git diff master s20190408 > x.diff + git apply x.diff + check_error $? gitclone https://gitlab.com/TMW2 evol-hercules.git evol ; cd evol ; git checkout tmw2 ; cd .. check_error $? cd ../.. -- cgit v1.2.3-60-g2f50