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 c926e42 commit 0ead408
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lifecycle/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@ func promote(c *cli.Context) error {
return cliutils.WrongNumberOfArgumentsHandler(c)
}

if err := assertSigningKeyProvided(c); err != nil {
return err
}

lcDetails, err := createLifecycleDetailsByFlags(c)
if err != nil {
return err
Expand Down

0 comments on commit 0ead408

Please sign in to comment.