From 0eef104759bd3da6323c84c092351a6beb8daa34 Mon Sep 17 00:00:00 2001 From: ktprograms <71804605+ktprograms@users.noreply.github.com> Date: Sat, 20 Aug 2022 17:17:59 +0800 Subject: [PATCH] Note change to /woodpecker in default workspace path (#1118) --- docs/docs/20-usage/20-pipeline-syntax.md | 2 +- docs/docs/91-migrations.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/20-usage/20-pipeline-syntax.md b/docs/docs/20-usage/20-pipeline-syntax.md index 64a22ca8a..f224c9314 100644 --- a/docs/docs/20-usage/20-pipeline-syntax.md +++ b/docs/docs/20-usage/20-pipeline-syntax.md @@ -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. ```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: diff --git a/docs/docs/91-migrations.md b/docs/docs/91-migrations.md index 6a9547462..80ff6633e 100644 --- a/docs/docs/91-migrations.md +++ b/docs/docs/91-migrations.md @@ -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` +- Default workspace base path has moved from `/drone` to `/woodpecker` + - Default SQLite database location has changed: - `/var/lib/drone/drone.sqlite` -> `/var/lib/woodpecker/woodpecker.sqlite` - `drone.sqlite` -> `woodpecker.sqlite`