Skip to content

Commit

Permalink
Turn the signing key to be optional in RBP
Browse files Browse the repository at this point in the history
  • Loading branch information
oshratZairi committed Nov 18, 2024
1 parent 5cbc8c0 commit 9e8e64f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lifecycle/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,13 +350,6 @@ func validateDistributeCommand(c *cli.Context) error {
return nil
}

func assertSigningKeyProvided(c *cli.Context) error {
if c.String(cliutils.SigningKey) == "" {
return errorutils.CheckErrorf("the --%s option is mandatory", cliutils.SigningKey)
}
return nil
}

func createLifecycleDetailsByFlags(c *cli.Context) (*coreConfig.ServerDetails, error) {
lcDetails, err := cliutils.CreateServerDetailsWithConfigOffer(c, true, commonCliUtils.Platform)
if err != nil {
Expand Down

0 comments on commit 9e8e64f

Please sign in to comment.