Correct CI_API_V4_URL CI variable name
This commit is contained in:
parent
9daae83fdd
commit
d03538d0ce
1 changed files with 4 additions and 4 deletions
|
@ -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...
|
Running on runner-8a2f473d-project-1796893-concurrent-0 via runner-8a2f473d-machine-1480971377-317a7d0f-digital-ocean-4gb...
|
||||||
++ export CI=true
|
++ export CI=true
|
||||||
++ CI=true
|
++ CI=true
|
||||||
++ export 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_API_URL=https://example.com:3000/api/v4
|
++ CI_API_V4_URL=https://example.com:3000/api/v4
|
||||||
++ export CI_DEBUG_TRACE=false
|
++ export CI_DEBUG_TRACE=false
|
||||||
++ CI_DEBUG_TRACE=false
|
++ CI_DEBUG_TRACE=false
|
||||||
++ export CI_COMMIT_SHA=dd648b2e48ce6518303b0bb580b2ee32fadaf045
|
++ export CI_COMMIT_SHA=dd648b2e48ce6518303b0bb580b2ee32fadaf045
|
||||||
|
@ -652,8 +652,8 @@ Running on runner-8a2f473d-project-1796893-concurrent-0 via runner-8a2f473d-mach
|
||||||
++ GITLAB_CI=true
|
++ GITLAB_CI=true
|
||||||
++ export CI=true
|
++ export CI=true
|
||||||
++ CI=true
|
++ CI=true
|
||||||
++ export 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_API_URL=https://example.com:3000/api/v4
|
++ CI_API_V4_URL=https://example.com:3000/api/v4
|
||||||
++ export GITLAB_CI=true
|
++ export GITLAB_CI=true
|
||||||
++ GITLAB_CI=true
|
++ GITLAB_CI=true
|
||||||
++ export CI_JOB_ID=7046507
|
++ export CI_JOB_ID=7046507
|
||||||
|
|
Loading…
Reference in a new issue