summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2019-10-30 19:38:07 +0100
committertom79 <tschneider.ac@gmail.com>2019-10-30 19:38:07 +0100
commit56cf5ae25c4f888591616cb9c8d46588aea67978 (patch)
tree468907fd8b91d804f001914f9eace4f0bb164876 /.gitlab-ci.yml
parent9d37f348352010ee88c2a4258d2e5c05217f1657 (diff)
Change hostname
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c902795f5..ac74e26fc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,7 +60,7 @@ putApkOnTags:
- app/build/outputs/apk/playstore/debug/app-playstore-debug.apk
policy: pull
script:
- - export PROJECT_API_URL="https://gitlab.com/api/v4/projects/${CI_PROJECT_ID}"
+ - export PROJECT_API_URL="https://framagit.org/api/v4/projects/${CI_PROJECT_ID}"
- export DESCRIPTION_URL="${PROJECT_API_URL}/repository/tags/${CI_COMMIT_TAG}"
- export RELEASE_URL="${DESCRIPTION_URL}/release"
- export NC_UPLOAD_URL="${NC_REMOTE_DIR}/${CI_COMMIT_TAG}"