Skip to content

Commit

Permalink
Update transport-validator (#21)
Browse files Browse the repository at this point in the history
- calendar ranges per agency
- new checks on shapes
  • Loading branch information
fchabouis authored Nov 17, 2022
1 parent 740f00b commit 676df39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN strip ./target/release/gtfs-geojson
WORKDIR /
# this repo has no tagged releases ; we pin the version based on latest verified commit instead
RUN git clone https://github.com/etalab/transport-validator.git
RUN git -C transport-validator checkout 4f985748eea742bb077327f8463f9bbc5e13cb1c
RUN git -C transport-validator checkout b98d0c0d5f19a50a4c9750fd5817d8e2a857105b
WORKDIR /transport-validator
RUN cargo build --release
RUN strip ./target/release/main
Expand Down

0 comments on commit 676df39

Please sign in to comment.