Option to change temp dir for local backend (#2702)

---
*Sponsored by Kithara Software GmbH*
This commit is contained in:
6543
2023-11-02 15:45:18 +01:00
committed by GitHub
parent da6f39258d
commit 7bc40f20cb
5 changed files with 35 additions and 6 deletions

View File

@@ -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

View File

@@ -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
```