bundles/woodpecker-server: add GODEBUG=netns=go
This commit is contained in:
parent
c2e93c0abb
commit
eee786fabf
2 changed files with 5 additions and 1 deletions
|
@ -24,6 +24,10 @@ defaults = {
|
|||
'WOODPECKER_LOG_LEVEL': 'warn',
|
||||
'WOODPECKER_OPEN': 'true',
|
||||
'WOODPECKER_SERVER_ADDR': ':22100',
|
||||
|
||||
# https://github.com/woodpecker-ci/woodpecker/issues/1497
|
||||
# https://github.com/woodpecker-ci/woodpecker/issues/748
|
||||
'GODEBUG': 'netdns=go'
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -539,7 +539,7 @@ nodes['rx300'] = {
|
|||
},
|
||||
'woodpecker-server': {
|
||||
'domain': 'woodpecker.franzi.business',
|
||||
'version': '0.15.5',
|
||||
'version': '0.15.6',
|
||||
'environment': {
|
||||
'WOODPECKER_GITEA': 'true',
|
||||
'WOODPECKER_GITEA_URL': 'https://git.franzi.business',
|
||||
|
|
Loading…
Reference in a new issue