summaryrefslogtreecommitdiff
path: root/.tools
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-02 00:39:31 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-02 00:39:31 +0300
commitb382e8febbb0db53a0690194cec9574ba1e1b9eb (patch)
tree29ff3f9d2f465e8a289e9a6c237439e80d060452 /.tools
parentcfafd907c1f3016149f990ec14fd27837b33bcee (diff)
downloadclientdata-b382e8febbb0db53a0690194cec9574ba1e1b9eb.tar.gz
clientdata-b382e8febbb0db53a0690194cec9574ba1e1b9eb.tar.bz2
clientdata-b382e8febbb0db53a0690194cec9574ba1e1b9eb.tar.xz
clientdata-b382e8febbb0db53a0690194cec9574ba1e1b9eb.zip
In ci scripts remove tools directory before clone.
Diffstat (limited to '.tools')
-rwxr-xr-x.tools/deploy.sh1
-rwxr-xr-x.tools/testxml.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/.tools/deploy.sh b/.tools/deploy.sh
index 17017eb2..07a0d5de 100755
--- a/.tools/deploy.sh
+++ b/.tools/deploy.sh
@@ -6,6 +6,7 @@ clientdata_init
aptget_update
aptget_install git-core zip gcc zlib1g-dev ca-certificates libxml2-utils python
+rm -rf tools
gitclone https://gitlab.com/evol/evol-tools.git tools
cd clientdata
diff --git a/.tools/testxml.sh b/.tools/testxml.sh
index d28dffb6..5d9e66a2 100755
--- a/.tools/testxml.sh
+++ b/.tools/testxml.sh
@@ -6,6 +6,7 @@ clientdata_init
aptget_update
aptget_install git-core zip gcc zlib1g-dev ca-certificates libxml2-utils python python-pyvorbis python-ogg python-pil
+rm -rf tools
gitclone https://gitlab.com/evol/evol-tools.git tools
cd tools/testxml