You've already forked woodpecker
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:
@@ -27,6 +27,7 @@ var notAllowedEnvVarOverwrites = []string{
|
||||
"CI_SCRIPT",
|
||||
"HOME",
|
||||
"SHELL",
|
||||
"CI_WORKSPACE",
|
||||
}
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user