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
fd8f852c
Commit
fd8f852c
authored
Dec 01, 2019
by
Hadrien TOMA
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md, improving sort of environment variables by lexicographical order.
parent
44afe919
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/ci/variables/README.md
doc/ci/variables/README.md
+3
-3
No files found.
doc/ci/variables/README.md
View file @
fd8f852c
...
...
@@ -284,6 +284,8 @@ export CI_PROJECT_PATH="gitlab-org/gitlab-foss"
export
CI_PROJECT_URL
=
"https://example.com/gitlab-org/gitlab-foss"
export
CI_REGISTRY
=
"registry.example.com"
export
CI_REGISTRY_IMAGE
=
"registry.example.com/gitlab-org/gitlab-foss"
export
CI_REGISTRY_USER
=
"gitlab-ci-token"
export
CI_REGISTRY_PASSWORD
=
"longalfanumstring"
export
CI_RUNNER_ID
=
"10"
export
CI_RUNNER_DESCRIPTION
=
"my runner"
export
CI_RUNNER_TAGS
=
"docker, linux"
...
...
@@ -295,10 +297,8 @@ export CI_SERVER_VERSION="8.9.0"
export
CI_SERVER_VERSION_MAJOR
=
"8"
export
CI_SERVER_VERSION_MINOR
=
"9"
export
CI_SERVER_VERSION_PATCH
=
"0"
export
GITLAB_USER_ID
=
"42"
export
GITLAB_USER_EMAIL
=
"user@example.com"
export
CI_REGISTRY_USER
=
"gitlab-ci-token"
export
CI_REGISTRY_PASSWORD
=
"longalfanumstring"
export
GITLAB_USER_ID
=
"42"
```
### `.gitlab-ci.yml` defined variables
...
...
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