Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ci/yaml
diff options
context:
space:
mode:
authorgfyoung <gfyoung17@gmail.com>2018-06-11 06:35:53 +0300
committergfyoung <gfyoung17@gmail.com>2018-06-14 03:59:31 +0300
commit9f432f6ebf65e0d2772d87610cd8f05a68824146 (patch)
treec76cab00d3a6a82b30a08e8939f2e2bcc1a0dad0 /doc/ci/yaml
parent69966fcb8d19f0ce219a498efb2855902a2895b1 (diff)
Remove incorrect CI doc re: PowerShell
Closes #40164.
Diffstat (limited to 'doc/ci/yaml')
-rw-r--r--doc/ci/yaml/README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index f946536701e..8e13ceb9257 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -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