diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-13 18:15:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-13 18:15:49 +0300 |
commit | 54c9c5edbc0b134faa3ddd37dd2bfdfc9a3fec41 (patch) | |
tree | b74d752d3482335d9a35a242e3cab1f2f3a89a5d | |
parent | b5feb842e78cb85e2282c38f07b75fed07997957 (diff) | |
download | evol-hercules-54c9c5edbc0b134faa3ddd37dd2bfdfc9a3fec41.tar.gz evol-hercules-54c9c5edbc0b134faa3ddd37dd2bfdfc9a3fec41.tar.bz2 evol-hercules-54c9c5edbc0b134faa3ddd37dd2bfdfc9a3fec41.tar.xz evol-hercules-54c9c5edbc0b134faa3ddd37dd2bfdfc9a3fec41.zip |
In ci scripts remove directories before cloning here.
-rwxr-xr-x | tools/ci/scripts/init.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ci/scripts/init.sh b/tools/ci/scripts/init.sh index d641cdf..677a3af 100755 --- a/tools/ci/scripts/init.sh +++ b/tools/ci/scripts/init.sh @@ -150,10 +150,12 @@ function run_mplint { } function clone_tool { + rm -rf tools gitclone https://gitlab.com/evol/evol-tools.git tools } function clone_servercode { + rm -rf server-code gitclone https://gitlab.com/evol/hercules.git server-code } |