Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9f432f6e
Commit
9f432f6e
authored
Jun 10, 2018
by
gfyoung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove incorrect CI doc re: PowerShell
Closes #40164.
parent
69966fcb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
10 deletions
+5
-10
changelogs/unreleased/cache-doc-fix.yml
changelogs/unreleased/cache-doc-fix.yml
+5
-0
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+0
-10
No files found.
changelogs/unreleased/cache-doc-fix.yml
0 → 100644
View file @
9f432f6e
---
title
:
'
Remove
incorrect
CI
doc
re:
PowerShell'
merge_request
:
19622
author
:
gfyoung
type
:
fixed
doc/ci/yaml/README.md
View file @
9f432f6e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment