Skip to content

update docs about cache paths#583

Merged
taylorsilva merged 1 commit intomasterfrom
cache-paths
Feb 19, 2026
Merged

update docs about cache paths#583
taylorsilva merged 1 commit intomasterfrom
cache-paths

Conversation

@taylorsilva
Copy link
Member

I tested this with

jobs:
  - name: cache
    plan:
      - task: cache
        config:
          platform: linux
          image_resource: &img
            type: mock
            source:
              mirror_self: true
          caches:
            - path: /tmp/cache/something
          run:
            path: sh
            args:
              - -cx
              - |
                ls -lah /tmp/
                ls -lah /tmp/cache
image

Should have made this change when I made #547. I just skimmed the code in concourse/concourse@2ba0164 and didn't notice the change applied to caches as well.

Signed-off-by: Taylor Silva <dev@taydev.net>
@taylorsilva taylorsilva merged commit a373530 into master Feb 19, 2026
1 check passed
@taylorsilva taylorsilva deleted the cache-paths branch February 19, 2026 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant