mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
config: Set HUGO_ENABLEGITINFO=false override in Set_in_string
This allows TestLoadConfigWithOsEnvOverrides/Set_in_string to PASS even if there is no .git directory, e.g. during Debian package build.
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
471ed91c60
commit
355ff83e74
@@ -742,6 +742,7 @@ theme_param="themevalue2"
|
||||
b := newB(c)
|
||||
|
||||
b.WithEnviron(
|
||||
"HUGO_ENABLEGITINFO", "false",
|
||||
// imaging.anchor is a string, and it's not possible
|
||||
// to set a child attribute.
|
||||
"HUGO_IMAGING_ANCHOR_FOO", "top",
|
||||
|
Reference in New Issue
Block a user