Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2024-01-15 00:09:50 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-15 00:09:50 +0300
commit782afeb5f9000d5f823ef86e83c41e683283f0f7 (patch)
tree8391fe6ee0faf39ff0cf1f6723a7ad296ce56115
parente455effe674f03cc346666e57323c31dfb1f2e86 (diff)
Add latest changes from gitlab-org/gitlab@master
-rw-r--r--doc/ci/yaml/index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ci/yaml/index.md b/doc/ci/yaml/index.md
index 156874d196d..208da96c5ad 100644
--- a/doc/ci/yaml/index.md
+++ b/doc/ci/yaml/index.md
@@ -1166,6 +1166,8 @@ link outside it.
[`doublestar.Glob`](https://pkg.go.dev/github.com/bmatcuk/doublestar@v1.2.2?tab=doc#Match).
- In GitLab Runner 12.10 and earlier, [`filepath.Match`](https://pkg.go.dev/path/filepath#Match).
+CI/CD variables [are supported](../variables/where_variables_can_be_used.md#gitlab-ciyml-file).
+
**Example of `artifacts:paths`**:
```yaml