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