Commit c34682ff authored by Michael Friedrich's avatar Michael Friedrich Committed by Russell Dickenson

Docs: Add tip for symbolic links as CI include

parent 6e557832
......@@ -366,6 +366,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