diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-03 15:13:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-03 15:13:03 +0300 |
commit | 5b8126d4d987931a2e2891e10620c838397914d6 (patch) | |
tree | 9f0a30104a5eee1b81cdb9bd9004359fef35c13c /.tools | |
parent | b09528a628a7ac79aa25f8f9314e608226fde194 (diff) | |
download | clientdata-5b8126d4d987931a2e2891e10620c838397914d6.tar.gz clientdata-5b8126d4d987931a2e2891e10620c838397914d6.tar.bz2 clientdata-5b8126d4d987931a2e2891e10620c838397914d6.tar.xz clientdata-5b8126d4d987931a2e2891e10620c838397914d6.zip |
In contributors ci script remove tools directory before clone.
Because some times runner can forgot remove some files.
Diffstat (limited to '.tools')
-rwxr-xr-x | .tools/contributors.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.tools/contributors.sh b/.tools/contributors.sh index 0a9f1a89..6544ac9d 100755 --- a/.tools/contributors.sh +++ b/.tools/contributors.sh @@ -6,6 +6,7 @@ clientdata_init aptget_update aptget_install git-core gcc ca-certificates libxml2-utils make xsltproc +rm -rf tools gitclone https://gitlab.com/evol/evol-tools.git tools cd tools/contrib_xsl |