summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-28 04:02:11 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-28 04:02:11 +0300
commit23f7ed8d57a15d1adf4d071f92109f332ead385f (patch)
tree73af86e9445a7075cbb124791e7fb4e12222dd55 /tools
parent447787839e492410611ebe16d01fd5e1ae52e045 (diff)
downloadevol-hercules-23f7ed8d57a15d1adf4d071f92109f332ead385f.tar.gz
evol-hercules-23f7ed8d57a15d1adf4d071f92109f332ead385f.tar.bz2
evol-hercules-23f7ed8d57a15d1adf4d071f92109f332ead385f.tar.xz
evol-hercules-23f7ed8d57a15d1adf4d071f92109f332ead385f.zip
Claean directories before clone, because gitlab may not clean it.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci/jobs/validate.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ci/jobs/validate.sh b/tools/ci/jobs/validate.sh
index 5c1c7ab..da56baf 100755
--- a/tools/ci/jobs/validate.sh
+++ b/tools/ci/jobs/validate.sh
@@ -10,6 +10,8 @@ aptget_install git-core ca-certificates \
make python
do_init
+rm -rf tools
+rm -rf server-code
clone_tool
clone_servercode
cd evol-hercules