1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-11-23 21:44:44 +02:00

Fix CI_WORKSPACE in local backend (#2627)

closes https://github.com/woodpecker-ci/woodpecker/issues/2610
This commit is contained in:
qwerty287
2023-10-23 12:54:10 +02:00
committed by GitHub
parent 7cbbedbc06
commit efbde332a3
3 changed files with 3 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ var notAllowedEnvVarOverwrites = []string{
"CI_SCRIPT",
"HOME",
"SHELL",
"CI_WORKSPACE",
}
var (