Change hostname

This commit is contained in:
tom79 2019-10-30 19:38:07 +01:00
parent 9d37f34835
commit 56cf5ae25c
1 changed files with 1 additions and 1 deletions

View File

@ -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}"