From 8cb644733951975b3dc0a60a3d1a772cfa7cca0b Mon Sep 17 00:00:00 2001 From: Daniel Fernau Date: Tue, 20 Nov 2018 00:51:43 +0000 Subject: [PATCH] Update docs for include to mention 'allow requests to local network' requirement --- doc/ci/yaml/README.md | 5 +++++ 1 file changed, 5 insertions(+) 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**. + ---