Remove incorrect CI doc re: PowerShell

Closes #40164.
This commit is contained in:
gfyoung 2018-06-10 20:35:53 -07:00
parent 69966fcb8d
commit 9f432f6ebf
2 changed files with 5 additions and 10 deletions

View File

@ -0,0 +1,5 @@
---
title: 'Remove incorrect CI doc re: PowerShell'
merge_request: 19622
author: gfyoung
type: fixed

View File

@ -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