Skip to content
Snippets Groups Projects

Merge duplicate cache entry in CI docs

Merged Achilleas Pipinellis requested to merge rm_duplicate_cache_ci_docs into master

Merge request reports

Pipeline #812105 passed with warnings

Pipeline passed with warnings for 5b1db58c on rm_duplicate_cache_ci_docs

Merged by avatar (Apr 15, 2025 7:19am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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.
  • Achilleas Pipinellis Added 131 commits:

    Added 131 commits:

  • Achilleas Pipinellis Enabled an automatic merge when the build for 5b1db58c succeeds

    Enabled an automatic merge when the build for 5b1db58c succeeds

  • Achilleas Pipinellis Status changed to merged

    Status changed to merged

  • mentioned in commit 9392e137

  • Will go into 8.6.0-rc3.

  • Please register or sign in to reply
    Loading