Compare commits

..

3 Commits

Author SHA1 Message Date
Florian Schade
2687993d1e lala testing lala never merge -> 42 2025-03-07 13:09:37 +01:00
Florian Schade
f3f2ae256c testing: test woodpecker starlark 2025-03-04 11:34:03 +01:00
Florian Schade
88fa212cb6 stash me 2025-02-20 16:10:30 +01:00
18 changed files with 6799 additions and 2 deletions

View File

3399
.woodpecker.star Normal file
View File

File diff suppressed because it is too large Load Diff

View File

@@ -88,7 +88,6 @@ func Local(cfg *config.Config) map[string]interface{} {
func Posix(cfg *config.Config, enableFSScan bool) map[string]interface{} {
return map[string]interface{}{
"root": cfg.Drivers.Posix.Root,
"metadata_backend": "hybrid",
"personalspacepath_template": cfg.Drivers.Posix.PersonalSpacePathTemplate,
"generalspacepath_template": cfg.Drivers.Posix.GeneralSpacePathTemplate,
"permissionssvc": cfg.Drivers.Posix.PermissionsEndpoint,

View File

@@ -7,7 +7,7 @@
ROOT_PATH="$1"
if [ -z "$1" ]; then
ROOT_PATH="/drone/src"
ROOT_PATH="/woodpecker/src"
fi
BINGO_DIR="$ROOT_PATH/.bingo"

3399
woodpecker.star Normal file
View File

File diff suppressed because it is too large Load Diff