Skip to content

Commit 0ead408

Browse files
committed
Turn the signing key to be optional in RBP
1 parent c926e42 commit 0ead408

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lifecycle/cli.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,6 @@ func promote(c *cli.Context) error {
184184
return cliutils.WrongNumberOfArgumentsHandler(c)
185185
}
186186

187-
if err := assertSigningKeyProvided(c); err != nil {
188-
return err
189-
}
190-
191187
lcDetails, err := createLifecycleDetailsByFlags(c)
192188
if err != nil {
193189
return err

0 commit comments

Comments
 (0)