Merge duplicate cache entry in CI docs
Merge request reports
Activity
147 182 ```yaml 148 183 cache: 149 untracked: true 150 184 paths: 151 - binaries/ 185 - my/files 186 187 rspec: 188 script: test 189 cache: 190 paths: 191 - binaries/ 152 192 ``` 153 193 194 The cache is provided on best effort basis, so don't expect that cache will be 195 always present. For implementation details please check GitLab Runner. @ayufan I'm not sure what this means. Is this still the case?
Added 131 commits:
-
a6f53042...4171933c - 130 commits from branch
master
- 5b1db58c - Merge branch 'master' into rm_duplicate_cache_ci_docs
-
a6f53042...4171933c - 130 commits from branch
Enabled an automatic merge when the build for 5b1db58c succeeds
mentioned in commit 9392e137
Please register or sign in to reply