Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-01-29 03:04:02 +0300
committerEvan Read <eread@gitlab.com>2019-01-29 03:04:02 +0300
commit4db2476fc4d0ef582221a4fbfffce74807b63e2e (patch)
tree0f0b8164dbb5fd56a1b4ec2473eaf4d52cd058c4 /doc
parent479b515e7b8db24cab096e02e0a4d0005a3e2844 (diff)
parent8ac6e188784c342551b431e41e5f343cf6a9cb4a (diff)
Merge branch 'docs-56814-ci-variable-url-clarify' into 'master'
Clarify that project URL could be HTTP or HTTPS Closes #56814 See merge request gitlab-org/gitlab-ce!24667
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/variables/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index 466c5ee5914..5195c580734 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -96,7 +96,7 @@ future GitLab releases.**
| **CI_PROJECT_NAMESPACE** | 8.10 | 0.5 | The project namespace (username or groupname) that is currently being built |
| **CI_PROJECT_PATH** | 8.10 | 0.5 | The namespace with project name |
| **CI_PROJECT_PATH_SLUG** | 9.3 | all | `$CI_PROJECT_PATH` lowercased and with everything except `0-9` and `a-z` replaced with `-`. Use in URLs and domain names. |
-| **CI_PROJECT_URL** | 8.10 | 0.5 | The HTTP address to access project |
+| **CI_PROJECT_URL** | 8.10 | 0.5 | The HTTP(S) address to access project |
| **CI_PROJECT_VISIBILITY** | 10.3 | all | The project visibility (internal, private, public) |
| **CI_REGISTRY** | 8.10 | 0.5 | If the Container Registry is enabled it returns the address of GitLab's Container Registry |
| **CI_REGISTRY_IMAGE** | 8.10 | 0.5 | If the Container Registry is enabled for the project it returns the address of the registry tied to the specific project |