Skip to content
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

fix(tasks/validate-all-jobs-public): Scan correct directory, make standalone script, and use Ruby 3.1 #442

Merged

Conversation

ctlong
Copy link
Member

@ctlong ctlong commented Nov 19, 2024

  • Scans the ci directory, as desired. It was previously trying to scan the pipelines directory, which doesn't exist.
  • Uses the ruby 3.1-slim image instead of the older 2.3-slim image.
  • Removes the dependence on the Gemfile at the base of the repo, instead making this a standalone ruby script.

Scans the `ci` directory, as desired. It was previously trying to scan
the `pipelines` directory, which doesn't exist.

Uses the ruby 3.1-slim image instead of the older 2.3-slim image.

Removes the dependence on the Gemfile at the base of the repo, instead
making this a standalone ruby script.
@ctlong ctlong marked this pull request as ready for review November 19, 2024 23:51
@ctlong ctlong requested review from a team November 19, 2024 23:51
@ctlong
Copy link
Member Author

ctlong commented Nov 19, 2024

I don't think pipeline configs have lived in the pipelines directory since at least 2019 (ref: b7282d5)

Removing the Gemfile that, as far as I can tell, was only used by the
validate-all-jobs-public task.
@ctlong ctlong merged commit 5b668da into main Nov 26, 2024
11 checks passed
@ctlong ctlong deleted the fix/tasks/validate-all-jobs-public/scan-correct-directory branch November 26, 2024 18:28
@ctlong ctlong restored the fix/tasks/validate-all-jobs-public/scan-correct-directory branch November 26, 2024 18:28
@ctlong ctlong deleted the fix/tasks/validate-all-jobs-public/scan-correct-directory branch November 26, 2024 18:28
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.

2 participants