-
Notifications
You must be signed in to change notification settings - Fork 112
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
Target envvars #1078
Target envvars #1078
Conversation
72faf8f
to
c5debb3
Compare
eedaf8f
to
b5bfb40
Compare
- allowed to be passed through in the env vars allow-list - threaded through builder - threaded through detector - threaded through generator Signed-off-by: Joe Kimmel <jkimmel@vmware.com>
b5bfb40
to
869e013
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.
Looks good to me! A couple nits about outdated comments
@@ -22,14 +22,12 @@ type buildCmd struct { | |||
// DefineFlags defines the flags that are considered valid and reads their values (if provided). | |||
func (b *buildCmd) DefineFlags() { | |||
switch { | |||
case b.PlatformAPI.AtLeast("0.12"): | |||
cli.FlagAnalyzedPath(&b.AnalyzedPath) | |||
fallthrough |
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.
Nice improvement, thanks :)
Co-authored-by: Natalie Arellano <narellano@vmware.com> Signed-off-by: Joe Kimmel <86852107+joe-kimmel-vmw@users.noreply.github.com>
Co-authored-by: Natalie Arellano <narellano@vmware.com> Signed-off-by: Joe Kimmel <86852107+joe-kimmel-vmw@users.noreply.github.com>
Co-authored-by: Natalie Arellano <narellano@vmware.com> Signed-off-by: Joe Kimmel <86852107+joe-kimmel-vmw@users.noreply.github.com>
Thanks @natalieparellano - but also, gross - my apologies for missing all those commented lines. |
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.
Looks good to me :)
No description provided.