Skip to content

Integrate gtfstidy into the bundler and oba images #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2025
Merged

Conversation

aaronbrethorst
Copy link
Member

fixes #115

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

@Copilot 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
1 participant