MobilityData / gtfs-realtime-validator

Java-based tool that validates General Transit Feed Specification (GTFS)-realtime feeds
Other
42 stars 10 forks source link

Store the latest snapshots JAR in a bucket on GCP (stable URL) #105

Open maximearmstrong opened 2 years ago

maximearmstrong commented 2 years ago

Summary:

The latest snapshots are accessible under the package pages for now, but it would be useful to provide a stable direct URL for users less comfortable using GitHub.

We can use a GCP bucket to do so. Steps:

Steps to reproduce:

Run CI build

Expected behavior:

The file in the bucket should always be the latest one (master branch). Its name should not change so its URL is stable.

Observed behavior:

Name changes on each build

Platform:

CI