Skip to content

Commit

Permalink
ci: Generate attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Feb 20, 2024
1 parent e4bac48 commit 73cc2d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/data-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
feeds
- name: Fetch GTFS-Feeds
run: docker run -v $PWD:/transitous -w /transitous transitous ci/fetch-feeds.py timer
run: |
docker run -v $PWD:/transitous -w /transitous transitous ci/fetch-feeds.py timer
docker run -v $PWD:/transitous -w /transitous transitous src/generate-attribution.py
- name: Import Feeds into motis
run: |
Expand Down
4 changes: 2 additions & 2 deletions motis-proxy/Rocket.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ log_level = "debug"

[release.proxy]
proxy_assets = false
allowed_endpoints = [ "/intermodal","/guesser", "/address",
allowed_endpoints = [ "/intermodal", "/guesser", "/address",
"/railviz/get_trains", "/railviz/get_trips", "/railviz/get_station",
"/lookup/schedule_info", "/gbfs/info", "/ppr/route", "/trip_to_connection" ]
"/lookup/schedule_info", "/gbfs/info", "/ppr/route", "/trip_to_connection" ]


[debug.proxy]
Expand Down

0 comments on commit 73cc2d9

Please sign in to comment.