diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 95b57421a6f73921862178db3d2ed7718e7cd172..0c00c8b0d1d1196d072de70db4fa93a43f3659af 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1289,7 +1289,7 @@ globally and all jobs will use that definition. #### `cache:paths` -Use the `paths` directive to choose which files or directories will be cached. +Use the `paths` directive to choose which files or directories will be cached. You can only specify paths within your `$CI_PROJECT_DIR`. Wildcards can be used that follow the [glob](https://en.wikipedia.org/wiki/Glob_(programming)) patterns and [filepath.Match](https://golang.org/pkg/path/filepath/#Match). Cache all files in `binaries` that end in `.apk` and the `.config` file: