-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Makefile: Use hyphen instead of slash #2019
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
Makefile: Use hyphen instead of slash #2019
Conversation
aa0a1d7
to
280f338
Compare
This requires PR openshift/release#5327 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jmrodri,
The code changes show fine but it is not passing in the tests which shows that is not ok. Could you check it?
@camilamacedo86 so in order for this PR to pass it needs the prow config to know about the new |
Adding back the slashes to allow the CI to pass. We have a chicken and the egg problem. The CI for SDK doesn't know about the hyphens and the CI for the release PR doesn't know about the slashes.
1ed554a
to
bb0d07a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Was there a reason we needed to (or it is helpful to) make this change? If so, maybe add that to the PR description.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 /lgtm /approved
@joelanford updated the description |
Switch to using
-
instead of/
for the targets. This came up in a comment of Issue #1950, kubebuilder uses-
as well.