Commit c2cf1dd6 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'ci-https' into 'master'

Add notice about HTTPS cloning for CI

## What does this MR do?
Adds a notice about potential problem with GitLab CI unable to clone sources: https://gitlab.com/gitlab-org/gitlab-ce/issues/22484#note_16612187

## Issues
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/22484

See merge request !6719
parents 6678fab3 8522fc15
...@@ -98,6 +98,9 @@ As an Administrator, you can verify that the user is a member of the group or ...@@ -98,6 +98,9 @@ As an Administrator, you can verify that the user is a member of the group or
project they're trying to have access to, and you can impersonate the user to project they're trying to have access to, and you can impersonate the user to
retry the failing build in order to verify that everything is correct. retry the failing build in order to verify that everything is correct.
You need to make sure that your installation has HTTPS cloning enabled.
HTTPS support is required by GitLab CI to clone all sources.
## Build triggers ## Build triggers
[Build triggers][triggers] do not support the new permission model. [Build triggers][triggers] do not support the new permission model.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment