fix: use map format for Woodpecker environment vars
This commit is contained in:
@@ -192,7 +192,7 @@ steps:
|
|||||||
npm-install-dashboard:
|
npm-install-dashboard:
|
||||||
image: registry.celestium.life/dockerhub-cache/library/node:24-alpine
|
image: registry.celestium.life/dockerhub-cache/library/node:24-alpine
|
||||||
environment:
|
environment:
|
||||||
- NODE_OPTIONS=--dns-result-order=ipv4first
|
NODE_OPTIONS: "--dns-result-order=ipv4first"
|
||||||
commands:
|
commands:
|
||||||
- echo "=== DNS diagnostics ==="
|
- echo "=== DNS diagnostics ==="
|
||||||
- cat /etc/resolv.conf
|
- cat /etc/resolv.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user