Commit 1d88aac3 authored by Jonston Chan's avatar Jonston Chan

Fix syntax error in artifacts:exclude example

parent f7d08041
......@@ -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