Skip to content
Snippets Groups Projects
Commit 9f432f6e authored by gfyoung's avatar gfyoung
Browse files

Remove incorrect CI doc re: PowerShell

Closes #40164.
parent 69966fcb
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
---
title: 'Remove incorrect CI doc re: PowerShell'
merge_request: 19622
author: gfyoung
type: fixed
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment