summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-13 18:15:49 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-13 18:15:49 +0300
commit54c9c5edbc0b134faa3ddd37dd2bfdfc9a3fec41 (patch)
treeb74d752d3482335d9a35a242e3cab1f2f3a89a5d /tools
parentb5feb842e78cb85e2282c38f07b75fed07997957 (diff)
downloadevol-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.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci/scripts/init.sh2
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
}