Commit 63d93480 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'docs/ci-include-symlinks' into 'master'

Docs: Add tip for symbolic links as CI include

See merge request gitlab-org/gitlab!30208
parents ffc87f0a c34682ff
......@@ -372,6 +372,15 @@ include:
- local: '/templates/.gitlab-ci-template.yml'
```
TIP: **Tip:**
Local includes can be used as a replacement for symbolic links which are not followed.
This can be defined as a short local include:
```yaml
include: '.gitlab-ci-production.yml'
```
#### `include:file`
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/issues/53903) in GitLab 11.7.
......
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