Skip to content

Conversation

@aaronbrethorst
Copy link
Member

fixes #115

@aaronbrethorst aaronbrethorst requested a review from Copilot March 30, 2025 22:14
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR integrates gtfstidy into the bundler and oba images to streamline GTFS processing as part of the build process.

  • Added the GTFS_TIDY_ARGS environment variable in the Docker compose configuration to enable gtfstidy configuration.
  • Updated the README by removing an outdated note regarding Maven artifacts for the app server build.

Reviewed Changes

Copilot reviewed 2 out of 9 changed files in this pull request and generated no comments.

File Description
docker-compose.standalone.yml Added GTFS_TIDY_ARGS to configure gtfstidy for image generation.
README.md Removed outdated instructions related to Maven authentication.
Files not reviewed (7)
  • bundler/Dockerfile: Language not supported
  • bundler/build_bundle.sh: Language not supported
  • bundler/set_goarch.sh: Language not supported
  • oba/Dockerfile: Language not supported
  • oba/bootstrap.sh: Language not supported
  • oba/build_bundle.sh: Language not supported
  • oba/set_goarch.sh: Language not supported
Comments suppressed due to low confidence (1)

docker-compose.standalone.yml:47

  • Please verify that 'v' is the intended value for GTFS_TIDY_ARGS. If a more descriptive flag is preferred, updating this value could improve clarity and prevent misconfiguration.
- GTFS_TIDY_ARGS=v

@aaronbrethorst aaronbrethorst merged commit 6f7c5ef into main Mar 31, 2025
4 checks passed
@aaronbrethorst aaronbrethorst deleted the gtfstidy branch March 31, 2025 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add gtfstidy to docker image

2 participants