fix environment url for review

This commit is contained in:
Gregor Kleen 2023-05-13 18:43:19 +02:00
parent 21d7e53fc0
commit fc0165f778

View File

@ -38,7 +38,7 @@ review:start:
- if: $CI_MERGE_REQUEST_ID
environment:
name: preview/${CI_PROJECT_NAME}/${CI_COMMIT_REF_NAME}
url: ${CI_PAGES_URL}/-/${CI_PROJECT_NAME}/-/jobs/${CI_JOB_ID}/artifacts/public/index.html
url: https://${CI_PROJECT_NAMESPACE}.pages.uniworx.de/-/${CI_PROJECT_NAME}/-/jobs/${CI_JOB_ID}/artifacts/public/index.html
auto_stop_in: 2 weeks
on_stop: review:stop