Fix GOROOT not being usable in hugo
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
cf7838e9ad
commit
c94c68a167
2 changed files with 1 additions and 3 deletions
|
@ -2,7 +2,7 @@ enableInlineShortcodes = false
|
|||
|
||||
[exec]
|
||||
allow = ['^asciidoctor$', '^dart-sass-embedded$', '^go$', '^npx$', '^postcss$']
|
||||
osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$']
|
||||
osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM|GO*)$']
|
||||
|
||||
[funcs]
|
||||
getenv = ['^HUGO_']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue