Commit 3a709cd
committed
fix: honor explicit GTFS_RT_FEEDS=[] and harden renderer CI job
Address CodeRabbit review on PR #130:
- bootstrap.sh: an explicit GTFS_RT_FEEDS='[]' now disables realtime feeds
instead of silently falling back to the legacy single-feed env vars.
Existing deployments (legacy vars set, GTFS_RT_FEEDS unset) are unaffected;
whitespace-only values still fall through. Also corrects the status log to
read accurately for any feed count (0, 1, or N).
- test.yaml: add least-privilege 'permissions: contents: read' to the
renderer job.1 parent 478592e commit 3a709cd
2 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | | - | |
41 | | - | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
0 commit comments