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 e2e postsubmit #817

Merged
merged 1 commit into from
Sep 28, 2021
Merged

Fix e2e postsubmit #817

merged 1 commit into from
Sep 28, 2021

Conversation

dekkagaijin
Copy link
Member

@dekkagaijin dekkagaijin commented Sep 28, 2021

  • Fixed regression in copy
  • -key -> --key. Prevents the e2e script from throwing a ton of warnings
NONE

@dekkagaijin dekkagaijin force-pushed the e2e branch 2 times, most recently from 0a65cc4 to b1b111a Compare September 28, 2021 19:29
* `-key` -> `--key`

Signed-off-by: Jake Sanders <[email protected]>
@dekkagaijin dekkagaijin changed the title -key -> --key Fix e2e postsubmit Sep 28, 2021
@@ -32,7 +32,7 @@ var _ Interface = (*CopyOptions)(nil)
func (o *CopyOptions) AddFlags(cmd *cobra.Command) {
o.Registry.AddFlags(cmd)

cmd.Flags().BoolVar(&o.SignatureOnly, "sig-only", true,
cmd.Flags().BoolVar(&o.SignatureOnly, "sig-only", false,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the regression?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup, defaulted to false before migrating to cobra

@dekkagaijin dekkagaijin merged commit ecc92b0 into main Sep 28, 2021
@github-actions github-actions bot added this to the v1.3.0 milestone Sep 28, 2021
@dekkagaijin dekkagaijin deleted the e2e branch September 28, 2021 20: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