Note change to /woodpecker in default workspace path (#1118)

This commit is contained in:
ktprograms 2022-08-20 17:17:59 +08:00 committed by GitHub
parent d94769fb13
commit 0eef104759
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

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

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