CI: woodpecker #57

Closed
kunsi wants to merge 11 commits from kunsi-woodpecker into main
2 changed files with 5 additions and 1 deletions
Showing only changes of commit eee786fabf - Show all commits

View file

@ -24,6 +24,10 @@ defaults = {
'WOODPECKER_LOG_LEVEL': 'warn', 'WOODPECKER_LOG_LEVEL': 'warn',
'WOODPECKER_OPEN': 'true', 'WOODPECKER_OPEN': 'true',
'WOODPECKER_SERVER_ADDR': ':22100', 'WOODPECKER_SERVER_ADDR': ':22100',
# https://github.com/woodpecker-ci/woodpecker/issues/1497
# https://github.com/woodpecker-ci/woodpecker/issues/748
'GODEBUG': 'netdns=go'
}, },
}, },
} }

View file

@ -539,7 +539,7 @@ nodes['rx300'] = {
}, },
'woodpecker-server': { 'woodpecker-server': {
'domain': 'woodpecker.franzi.business', 'domain': 'woodpecker.franzi.business',
'version': '0.15.5', 'version': '0.15.6',
'environment': { 'environment': {
'WOODPECKER_GITEA': 'true', 'WOODPECKER_GITEA': 'true',
'WOODPECKER_GITEA_URL': 'https://git.franzi.business', 'WOODPECKER_GITEA_URL': 'https://git.franzi.business',