sign-all: don't exit if -g is used and we can't create bundles

Signed-off-by: Morten Linderud <morten@linderud.pw>
This commit is contained in:
Morten Linderud 2021-06-05 14:36:02 +02:00
parent 7e01fec4fa
commit 7c23cf35da
No known key found for this signature in database
GPG Key ID: E742683BA08CB2FF
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ var signAllCmd = &cobra.Command{
if generate {
sign = true
if err := generateBundlesCmd.RunE(cmd, args); err != nil {
return err
logging.Error(err)
}
}