summaryrefslogtreecommitdiff
path: root/doc/ci/variables
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-01-29 00:04:02 +0000
committerEvan Read <eread@gitlab.com>2019-01-29 00:04:02 +0000
commit4db2476fc4d0ef582221a4fbfffce74807b63e2e (patch)
tree0f0b8164dbb5fd56a1b4ec2473eaf4d52cd058c4 /doc/ci/variables
parent479b515e7b8db24cab096e02e0a4d0005a3e2844 (diff)
parent8ac6e188784c342551b431e41e5f343cf6a9cb4a (diff)
downloadgitlab-ce-4db2476fc4d0ef582221a4fbfffce74807b63e2e.tar.gz
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/ci/variables')
-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 |