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

Remove the slash from review environment names to prevent directory collapsing in the UI

parent 37c96e8e
Branches
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ review:
rules:
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
environment:
name: review/$CI_COMMIT_BRANCH
name: "review $CI_COMMIT_BRANCH"
url: "https://$CI_PROJECT_NAMESPACE.$CI_PAGES_DOMAIN/-/$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