Skip to content
代码片段 群组 项目
提交 cabc2b8f 编辑于 作者: Evan Read's avatar Evan Read
浏览文件

Merge branch 'docs-includes-variables' into 'master'

Clarify variable expansion in includes

See merge request gitlab-org/gitlab!35303
No related branches found
No related tags found
无相关合并请求
...@@ -375,6 +375,8 @@ otherwise the external file won't be included. ...@@ -375,6 +375,8 @@ otherwise the external file won't be included.
| [`remote`](#includeremote) | Include a file from a remote URL. Must be publicly accessible. | | [`remote`](#includeremote) | Include a file from a remote URL. Must be publicly accessible. |
| [`template`](#includetemplate) | Include templates which are provided by GitLab. | | [`template`](#includetemplate) | Include templates which are provided by GitLab. |
The `include` methods do not support [variable expansion](../variables/where_variables_can_be_used.md#variables-usage).
NOTE: **Note:** NOTE: **Note:**
`.gitlab-ci.yml` configuration included by all methods is evaluated at pipeline creation. `.gitlab-ci.yml` configuration included by all methods is evaluated at pipeline creation.
The configuration is a snapshot in time and persisted in the database. Any changes to The configuration is a snapshot in time and persisted in the database. Any changes to
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册