Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
57954b13
Commit
57954b13
authored
Nov 11, 2019
by
Kevin
Committed by
Evan Read
Nov 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NAME not SLUG should be used to describe an unsanitised url
parent
e687e7dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/ci/environments.md
doc/ci/environments.md
+2
-2
No files found.
doc/ci/environments.md
View file @
57954b13
...
...
@@ -294,8 +294,8 @@ For the value of:
We have used
`$CI_ENVIRONMENT_SLUG`
here because it is guaranteed to be unique. If
you're using a workflow like
[
GitLab Flow
](
../topics/gitlab_flow.md
)
, collisions
are unlikely and you may prefer environment names to be more closely based on the
branch name. In that case, you could use
`$CI_COMMIT_REF_
SLUG
`
in
`environment:url`
in
the example above:
`https://$CI_COMMIT_REF_
SLUG
.example.com`
, which would give a URL
branch name. In that case, you could use
`$CI_COMMIT_REF_
NAME
`
in
`environment:url`
in
the example above:
`https://$CI_COMMIT_REF_
NAME
.example.com`
, which would give a URL
of
`https://100-do-the-thing.example.com`
.
NOTE:
**Note:**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment