Skip to content

Commit 7ea9606

Browse files
committed
Mergeback to resolve conflicts
2 parents a91eca0 + 91b9da9 commit 7ea9606

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
steps:
22
- label: ":shell: Tests"
33
plugins:
4-
docker-compose#v4.5.0:
4+
docker-compose#v4.11.0:
55
run: tests
66

77
- label: ":shell: Shellcheck"
@@ -15,5 +15,5 @@ steps:
1515

1616
- label: ":sparkles: Lint"
1717
plugins:
18-
plugin-linter#v3.0.0:
18+
plugin-linter#v3.1.0:
1919
id: cache

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cache Buildkite Plugin
1+
# Cache Buildkite Plugin [![Build status](https://badge.buildkite.com/6e29c2a268dddb82724ba1bfb3abd484d8595631849f8dbc31.svg)](https://buildkite.com/buildkite/plugins-cache)
22

33
A [Buildkite plugin](https://buildkite.com/docs/agent/v3/plugins) to store ephemeral cache files between builds.
44

@@ -48,7 +48,7 @@ Defines how the cache is stored and restored. Can be any string (see [Customizab
4848

4949
Very basic local filesystem backend.
5050

51-
The `BUILDKITE_PLUGIN_FS_CACHE_FOLDER` environment variable defines where the copies are.
51+
The `BUILDKITE_PLUGIN_FS_CACHE_FOLDER` environment variable defines where the copies are (default: `/var/cache/buildkite`). If you don't change it, you will need to make sure that the folder exists and `buildkite-agent` has the propper permissions, otherwise the plugin will fail.
5252

5353
**IMPORTANT**: the `fs` backend just copies files to a different location in the current agent, as it is not a shared or external resource, its caching possibilities are quite limited.
5454

0 commit comments

Comments
 (0)