Skip to content

Commit 95aa0e4

Browse files
committed
Use static checks for gateway fixtures
1 parent 6cdbbd7 commit 95aa0e4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/validate-1-0-fixtures.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
set -eu
33

44
echo "1.0 fixtures: validate representative gateway config set"
5-
cargo run -- --validate-config --config examples/gateway-1-0
5+
# Gateway fixtures use placeholder /srv roots and upstreams. Keep this as a
6+
# static config check; deployment preflight uses --validate-config.
7+
cargo run -- --check-config --config examples/gateway-1-0
68
echo "1.0 fixtures: ok"

0 commit comments

Comments
 (0)