diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-28 04:02:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-28 04:02:11 +0300 |
commit | 23f7ed8d57a15d1adf4d071f92109f332ead385f (patch) | |
tree | 73af86e9445a7075cbb124791e7fb4e12222dd55 /tools | |
parent | 447787839e492410611ebe16d01fd5e1ae52e045 (diff) | |
download | plugin-23f7ed8d57a15d1adf4d071f92109f332ead385f.tar.gz plugin-23f7ed8d57a15d1adf4d071f92109f332ead385f.tar.bz2 plugin-23f7ed8d57a15d1adf4d071f92109f332ead385f.tar.xz plugin-23f7ed8d57a15d1adf4d071f92109f332ead385f.zip |
Claean directories before clone, because gitlab may not clean it.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/ci/jobs/validate.sh | 2 |
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 |