mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-15 17:13:46 +01:00
Option to change temp dir for local backend (#2702)
--- *Sponsored by Kithara Software GmbH*
This commit is contained in:
@@ -188,6 +188,10 @@ See [Docker backend configuration](./22-backends/10-docker.md#configuration)
|
||||
|
||||
See [Kubernetes backend configuration](./22-backends/40-kubernetes.md#configuration)
|
||||
|
||||
### `WOODPECKER_BACKEND_LOCAL_*`
|
||||
|
||||
See [Local backend configuration](./22-backends/20-local.md#further-configuration)
|
||||
|
||||
## Advanced Settings
|
||||
|
||||
:::warning
|
||||
|
||||
@@ -123,3 +123,12 @@ labels:
|
||||
|
||||
steps: [...]
|
||||
```
|
||||
|
||||
### Change temp directory
|
||||
|
||||
We use the default temp directory to create folders for workflows.
|
||||
This directory can be changed by:
|
||||
|
||||
```env
|
||||
WOODPECKER_BACKEND_LOCAL_TEMP_DIR=/some/other/dir
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user