Skip to content

Commit f163bb0

Browse files
committed
CI smoke tests: remote ticketing_*.txt from VVS feed before import 💚
1 parent 8d9182e commit f163bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
with:
4040
feed-name: VVS
4141
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'
42+
feed-extract-cmd: 'unzip -d gtfs gtfs.zip && rm gtfs/ticketing_deep_links.txt gtfs/ticketing_identifiers.txt'
4343
feed-import-flags: '--trips-without-shape-id --lower-case-lang-codes'
4444
feed-import-glob: 'gtfs/*.txt'

0 commit comments

Comments
 (0)