Commit 1f0a9010 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'cache-doc-fix' into 'master'

Remove incorrect CI doc re: PowerShell

Closes #40164

See merge request gitlab-org/gitlab-ce!19622
parents 5694a00e 9f432f6e
---
title: 'Remove incorrect CI doc re: PowerShell'
merge_request: 19622
author: gfyoung
type: fixed
......@@ -799,16 +799,6 @@ cache:
- binaries/
```
If you use **Windows PowerShell** to run your shell scripts you need to replace
`$` with `$env:`:
```yaml
cache:
key: "$env:CI_COMMIT_REF_SLUG"
paths:
- binaries/
```
### `cache:untracked`
Set `untracked: true` to cache all files that are untracked in your Git
......
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