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
f366e6b1
Commit
f366e6b1
authored
Oct 06, 2020
by
Marcel Amirault
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update two links to correct targets
parent
35b06498
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+2
-2
No files found.
doc/ci/yaml/README.md
View file @
f366e6b1
...
...
@@ -4137,10 +4137,10 @@ globally and per-job.
There are two types of variables.
-
[
Custom variables
](
../variables/README.md#
gitlab-cicd
-environment-variables
)
:
-
[
Custom variables
](
../variables/README.md#
custom
-environment-variables
)
:
You can define their values in the
`.gitlab-ci.yml`
file, in the GitLab UI,
or by using the API.
-
[
Predefined variables
](
../variables/
README.md#custom-environment-variables
)
:
-
[
Predefined variables
](
../variables/
predefined_variables.md
)
:
These values are set by the runner itself.
One example is
`CI_COMMIT_REF_NAME`
, which is the branch or tag the project is built for.
...
...
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