fix environment url for review
This commit is contained in:
parent
21d7e53fc0
commit
fc0165f778
@ -38,7 +38,7 @@ review:start:
|
|||||||
- if: $CI_MERGE_REQUEST_ID
|
- if: $CI_MERGE_REQUEST_ID
|
||||||
environment:
|
environment:
|
||||||
name: preview/${CI_PROJECT_NAME}/${CI_COMMIT_REF_NAME}
|
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
|
auto_stop_in: 2 weeks
|
||||||
on_stop: review:stop
|
on_stop: review:stop
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user