Fixes for hanging jobs, more verbose ci output

This commit is contained in:
Jamie Curnow
2024-11-12 15:36:38 +10:00
parent 47d7896301
commit 61c41b8ec3
5 changed files with 15 additions and 6 deletions

View File

@ -24,5 +24,8 @@
"internal": null,
"default_upstream": "127.0.0.11"
}
]
}
],
"cache": {
"disabled": true
}
}

View File

@ -75,6 +75,7 @@ services:
image: jc21/dnsrouter
volumes:
- ./dev/dnsrouter-config.json.tmp:/dnsrouter-config.json:ro
entrypoint: /dnsrouter -v -c /dnsrouter-config.json
cypress:
image: "${IMAGE}-cypress:ci-${BUILD_NUMBER}"