summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/pages.sh b/pages.sh
index 9975bbc..811859d 100644
--- a/pages.sh
+++ b/pages.sh
@@ -14,7 +14,7 @@ if [[ ${CI_PROJECT_DIR} == "" ]]; then
local=1
else
version_url="${CI_PAGES_URL}/${version_file}"
- version_url2="https://gitlab.com/jak89_1/docker-testing/-/jobs/artifacts/master/raw/$deploy_dir/${version_file}?job=${CI_JOB_NAME}" # change me
+ version_url2="https://gitlab.com/${CI_PROJECT_PATH}/-/jobs/artifacts/master/raw/$deploy_dir/${version_file}?job=${CI_JOB_NAME}" # change me
local=0
fi
version_url3="https://manaplus.germantmw.de/versions/${version_file}" # fallback to my server if gitlab breaks its own pages *blames gitlab*
@@ -23,8 +23,8 @@ version_url3="https://manaplus.germantmw.de/versions/${version_file}" # fallback
mirror_names=("gitlab.io gertmw.de")
mirror_urls=("https://themanaworld.gitlab.io/manaplus/builder/ https://manaplus.germantmw.de/versions/") # change me
-last_checksum="https://gitlab.com/jak89_1/docker-testing/-/jobs/artifacts/master/raw/build/${checksum_file}?job=mxe_gcc5" # change me
-#last_checksum_d="https://gitlab.com/jak89_1/docker-testing/-/jobs/artifacts/master/raw/build/debug-${checksum_file}?job=mxe_gcc5" # change me # not handled yet
+last_checksum="https://gitlab.com/${CI_PROJECT_PATH}/-/jobs/artifacts/master/raw/build/${checksum_file}?job=mxe_gcc5" # change me
+#last_checksum_d="https://gitlab.com/${CI_PROJECT_PATH}/-/jobs/artifacts/master/raw/build/debug-${checksum_file}?job=mxe_gcc5" # change me # not handled yet
# end of variable-scrabble (move this to gitlab-ci.yml laterâ„¢)