Skip to content
Snippets Groups Projects
Verified Commit d5360dcd authored by Chris Coley's avatar Chris Coley
Browse files

Remove '-rel' from the name of review environments

parent aec8b518
No related branches found
No related tags found
1 merge request!5Variable substitution
......@@ -51,7 +51,7 @@ review:
rules:
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
environment:
name: "review-rel $CI_COMMIT_BRANCH"
name: "review $CI_COMMIT_BRANCH"
url: "https://${CI_PROJECT_ROOT_NAMESPACE}.${CI_PAGES_DOMAIN}/-${ROOT_RELATIVE_NAMESPACE}/${CI_PROJECT_NAME}/-/jobs/$CI_JOB_ID/artifacts/public/index.html"
# Deploy to GitLab Pages for pushes on the default branch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment