Skip to content

Commit

Permalink
upgrade validator to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atvaccaro committed Nov 15, 2022
1 parent daeb8e7 commit 489414a
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 64 deletions.
8 changes: 4 additions & 4 deletions jobs/gtfs-schedule-validator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ RUN apt-get update -y \
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python3 -
ENV PATH="/root/.local/bin:${PATH}"

ENV GTFS_SCHEDULE_VALIDATOR_JAR=/gtfs-validator-3.1.1-cli.jar
ENV GTFS_SCHEDULE_VALIDATOR_VERSION=v3.1.1
# from https://github.com/MobilityData/gtfs-validator/releases/download/v3.1.1/gtfs-validator-3.1.1-cli.jar
COPY ./gtfs-validator-3.1.1-cli.jar ${GTFS_SCHEDULE_VALIDATOR_JAR}
ENV GTFS_SCHEDULE_VALIDATOR_JAR=/gtfs-validator-4.0.0-cli.jar
ENV GTFS_SCHEDULE_VALIDATOR_VERSION=v4.0.0
# from https://github.com/MobilityData/gtfs-validator/releases/download/v4.0.0/gtfs-validator-4.0.0-cli.jar
COPY ./gtfs-validator-4.0.0-cli.jar ${GTFS_SCHEDULE_VALIDATOR_JAR}

WORKDIR /app

Expand Down
Binary file not shown.
Loading

0 comments on commit 489414a

Please sign in to comment.