diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-22 20:55:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-22 20:55:20 +0300 |
commit | ec89e68a38cb5efc4c7f7a01d640441ec17c045f (patch) | |
tree | 7b98aa603d14cced9dc7afb65e02a630ae811312 /.tools/testxml.sh | |
parent | b4faf8c58e65af282b83b71157b2298d6d006bc5 (diff) | |
download | clientdata-ec89e68a38cb5efc4c7f7a01d640441ec17c045f.tar.gz clientdata-ec89e68a38cb5efc4c7f7a01d640441ec17c045f.tar.bz2 clientdata-ec89e68a38cb5efc4c7f7a01d640441ec17c045f.tar.xz clientdata-ec89e68a38cb5efc4c7f7a01d640441ec17c045f.zip |
In ci scripts try to clone first from fork and after from original repos.
Diffstat (limited to '.tools/testxml.sh')
-rwxr-xr-x | .tools/testxml.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tools/testxml.sh b/.tools/testxml.sh index 5d9e66a2..d0e552ce 100755 --- a/.tools/testxml.sh +++ b/.tools/testxml.sh @@ -7,7 +7,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 +gitclone https://gitlab.com/evol evol-tools.git tools cd tools/testxml |