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
Branches
No related tags found
1 merge request!5Variable substitution
...@@ -51,7 +51,7 @@ review: ...@@ -51,7 +51,7 @@ review:
rules: rules:
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
environment: 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" 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 # 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