summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2018-11-20 00:51:43 +0000
committerEvan Read <eread@gitlab.com>2018-11-20 00:51:43 +0000
commit60261d9d3cbad16f9846b01c994e7575430184d9 (patch)
tree52db42fd0579c34979960ef1c352c8a578743547
parente392184e1875a5c536875f615ef77e6da101f30f (diff)
parent8cb644733951975b3dc0a60a3d1a772cfa7cca0b (diff)
downloadgitlab-ce-60261d9d3cbad16f9846b01c994e7575430184d9.tar.gz
Merge branch '53595-allow-requests-to-local-network-requirement-yaml-include-docs' into 'master'
Update docs for include to mention 'allow requests to local network' requirement Closes #53595 See merge request gitlab-org/gitlab-ce!23055
-rw-r--r--doc/ci/yaml/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index ec709280085..44eec43ef54 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1682,6 +1682,11 @@ include:
NOTE: **Note:**
The remote file must be publicly accessible through a simple GET request, as we don't support authentication schemas in the remote URL.
+ NOTE: **Note:**
+ In order to include files from another repository inside your local network,
+ you may need to enable the **Allow requests to the local network from hooks and services** checkbox
+ located in the **Settings > Network > Outbound requests** section within the **Admin area**.
+
---