We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9182e commit f163bb0Copy full SHA for f163bb0
.github/workflows/smoke-tests.yml
@@ -39,6 +39,6 @@ jobs:
39
with:
40
feed-name: VVS
41
feed-download-cmd: 'wget -nv -U "gtfs-via-postgres CI" "https://download.vvs.de/gtfs_realtime.zip" -O gtfs.zip'
42
- feed-extract-cmd: 'unzip -d gtfs gtfs.zip'
+ feed-extract-cmd: 'unzip -d gtfs gtfs.zip && rm gtfs/ticketing_deep_links.txt gtfs/ticketing_identifiers.txt'
43
feed-import-flags: '--trips-without-shape-id --lower-case-lang-codes'
44
feed-import-glob: 'gtfs/*.txt'
0 commit comments