Conversation
fix: use base image without busy-box
|
Thanks for your PR,
To skip the vendors CIs, Maintainers can use one of:
|
Greptile SummaryThis PR (titled "DNR: CI test") adds two empty comment lines (
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["PR #155: DNR CI Test"] --> B["pkg/vendors/mellanox/mellanox.go"]
B --> C["Add 2 blank comment lines\nto license header"]
C --> D["No functional change"]
D --> E["CI pipeline triggered"]
E --> F{"CI passes?"}
F -->|Yes| G["Revert blank lines"]
F -->|No| H["Investigate CI failure"]
Last reviewed commit: 3635733 |
| // | ||
| // |
There was a problem hiding this comment.
Spurious blank comment lines in license header
These two empty comment lines were added to the license header solely to create a diff for CI testing (as indicated by the "DNR: CI test" PR title). If the CI test is complete, this change should be reverted to keep the license header clean and consistent with the rest of the codebase.
fix: use base image without busy-box