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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
d03538d0
Commit
d03538d0
authored
May 28, 2019
by
Phy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct CI_API_V4_URL CI variable name
parent
9daae83f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/ci/variables/README.md
doc/ci/variables/README.md
+4
-4
No files found.
doc/ci/variables/README.md
View file @
d03538d0
...
...
@@ -612,8 +612,8 @@ $'\''git'\'' "checkout" "-f" "-q" "dd648b2e48ce6518303b0bb580b2ee32fadaf045"
Running on runner-8a2f473d-project-1796893-concurrent-0 via runner-8a2f473d-machine-1480971377-317a7d0f-digital-ocean-4gb...
++
export
CI
=
true
++
CI
=
true
++
export
CI_API_V4_
API_
URL
=
https://example.com:3000/api/v4
++
CI_API_V4_
API_
URL
=
https://example.com:3000/api/v4
++
export
CI_API_V4_URL
=
https://example.com:3000/api/v4
++
CI_API_V4_URL
=
https://example.com:3000/api/v4
++
export
CI_DEBUG_TRACE
=
false
++
CI_DEBUG_TRACE
=
false
++
export
CI_COMMIT_SHA
=
dd648b2e48ce6518303b0bb580b2ee32fadaf045
...
...
@@ -652,8 +652,8 @@ Running on runner-8a2f473d-project-1796893-concurrent-0 via runner-8a2f473d-mach
++
GITLAB_CI
=
true
++
export
CI
=
true
++
CI
=
true
++
export
CI_API_V4_
API_
URL
=
https://example.com:3000/api/v4
++
CI_API_V4_
API_
URL
=
https://example.com:3000/api/v4
++
export
CI_API_V4_URL
=
https://example.com:3000/api/v4
++
CI_API_V4_URL
=
https://example.com:3000/api/v4
++
export
GITLAB_CI
=
true
++
GITLAB_CI
=
true
++
export
CI_JOB_ID
=
7046507
...
...
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