-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Move bazel code into plugins directory #1707
Move bazel code into plugins directory #1707
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1707 +/- ##
=========================================
Coverage ? 46.07%
=========================================
Files ? 134
Lines ? 6366
Branches ? 0
=========================================
Hits ? 2933
Misses ? 3132
Partials ? 301
Continue to review full report at Codecov.
|
Let's hold off on merging this until the package structure is confirmed -- |
CI actually passed (red because of the netlify checks) so I'm gonna go ahead and merge this. |
For reference, initial PR that added this change was GoogleContainerTools#1707 and GoogleContainerTools#1662
Refactoring to move as much bazel code into the plugins directory as possible, so it should be easier to remove the old local builder later on.
continues work on #1765