Commit 91a9fbf8 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'fix-incorrect-syntax-artifacts-untracked' into 'master'

Docs: fix syntax error in `artifacts:untracked` example

See merge request gitlab-org/gitlab!41180
parents 64edf6ae 1d88aac3
......@@ -3221,7 +3221,7 @@ Send all untracked files but [exclude](#artifactsexclude) `*.txt`:
artifacts:
untracked: true
exclude:
- *.txt
- "*.txt"
```
#### `artifacts:when`
......
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