Commit d2f6296f authored by Fábio Matavelli's avatar Fábio Matavelli

add wildcard case for artifacts

parent c218819f
......@@ -1842,6 +1842,15 @@ release-job:
- tags
```
You can use wildcards for directories too. For example, if you want to get all the files inside the directories that ends with `xyz`:
```yaml
job:
artifacts:
paths:
- path/*xyz/*
```
#### `artifacts:expose_as`
> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/15018) in GitLab 12.5.
......
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