mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-26 13:34:45 +00:00
Note change to /woodpecker in default workspace path (#1118)
This commit is contained in:
parent
d94769fb13
commit
0eef104759
2 changed files with 3 additions and 1 deletions
|
@ -520,7 +520,7 @@ For more details check the [services docs](/docs/usage/services/).
|
||||||
The workspace defines the shared volume and working directory shared by all pipeline steps. The default workspace matches the below pattern, based on your repository url.
|
The workspace defines the shared volume and working directory shared by all pipeline steps. The default workspace matches the below pattern, based on your repository url.
|
||||||
|
|
||||||
```txt
|
```txt
|
||||||
/drone/src/github.com/octocat/hello-world
|
/woodpecker/src/github.com/octocat/hello-world
|
||||||
```
|
```
|
||||||
|
|
||||||
The workspace can be customized using the workspace block in the YAML file:
|
The workspace can be customized using the workspace block in the YAML file:
|
||||||
|
|
|
@ -55,6 +55,8 @@ Some versions need some changes to the server configuration or the pipeline conf
|
||||||
|
|
||||||
- Base path has moved from `/var/lib/drone` to `/var/lib/woodpecker`
|
- Base path has moved from `/var/lib/drone` to `/var/lib/woodpecker`
|
||||||
|
|
||||||
|
- Default workspace base path has moved from `/drone` to `/woodpecker`
|
||||||
|
|
||||||
- Default SQLite database location has changed:
|
- Default SQLite database location has changed:
|
||||||
- `/var/lib/drone/drone.sqlite` -> `/var/lib/woodpecker/woodpecker.sqlite`
|
- `/var/lib/drone/drone.sqlite` -> `/var/lib/woodpecker/woodpecker.sqlite`
|
||||||
- `drone.sqlite` -> `woodpecker.sqlite`
|
- `drone.sqlite` -> `woodpecker.sqlite`
|
||||||
|
|
Loading…
Reference in a new issue