summaryrefslogtreecommitdiff
path: root/.tools/deploy.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-22 20:55:20 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-22 20:55:20 +0300
commitec89e68a38cb5efc4c7f7a01d640441ec17c045f (patch)
tree7b98aa603d14cced9dc7afb65e02a630ae811312 /.tools/deploy.sh
parentb4faf8c58e65af282b83b71157b2298d6d006bc5 (diff)
downloadclientdata-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/deploy.sh')
-rwxr-xr-x.tools/deploy.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/.tools/deploy.sh b/.tools/deploy.sh
index 07a0d5de..7184f4b8 100755
--- a/.tools/deploy.sh
+++ b/.tools/deploy.sh
@@ -7,7 +7,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
+gitclone https://gitlab.com/evol evol-tools.git tools
cd clientdata
rm -rf public
@@ -16,7 +16,7 @@ mkdir public
cd ..
rm -rf music
-gitclone https://gitlab.com/evol/evol-music.git music
+gitclone https://gitlab.com/evol evol-music.git music
cd tools/update
@@ -27,7 +27,7 @@ check_error $?
cp -r upload/* ../../clientdata/public
cd ../../clientdata
-gitclone https://gitlab.com/4144/pagesindexgen.git pagesindexgen
+gitclone https://gitlab.com/4144 pagesindexgen.git pagesindexgen
cd pagesindexgen
./pagesindexgen.py ../public
check_error $?