summaryrefslogtreecommitdiff
path: root/.tools/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to '.tools/deploy.sh')
-rwxr-xr-x.tools/deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.tools/deploy.sh b/.tools/deploy.sh
index 82b8c292..8dbdd472 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://git.themanaworld.org/evolved tools.git tools
+gitclone ${CI_SERVER_URL}/${CI_PROJECT_NAMESPACE} tools.git tools
cd clientdata
rm -rf public
@@ -17,7 +17,7 @@ cd ..
# FIXME
#rm -rf music
-#gitclone https://git.themanaworld.org/evolved music.git music
+#gitclone ${CI_SERVER_URL}/${CI_PROJECT_NAMESPACE} music.git music
cd tools/update