fix(ci): use relative path for font to avoid hardcoded repo name

This commit is contained in:
Ralf Haferkamp
2025-12-16 11:09:19 +01:00
committed by Ralf Haferkamp
parent e991facc29
commit eb1545c087

View File

@@ -1,3 +1,3 @@
{
"defaultFont": "/woodpecker/src/github.com/opencloud-eu/opencloud-internal/tests/config/woodpecker/NotoSans.ttf"
"defaultFont": "NotoSans.ttf"
}