Skip to content
Snippets Groups Projects
Commit f8bec5fd authored by Christoph Witzko's avatar Christoph Witzko
Browse files

fix: fail if hooks plugin fails (closes #138)

parent e0488f1a
Branches
No related tags found
No related merge requests found
...@@ -315,10 +315,7 @@ func cliHandler(cmd *cobra.Command, args []string) { ...@@ -315,10 +315,7 @@ func cliHandler(cmd *cobra.Command, args []string) {
Changelog: changelogRes, Changelog: changelogRes,
RepoInfo: repoInfo, RepoInfo: repoInfo,
}) })
exitIfError(herr)
if herr != nil {
logger.Printf("there was an error executing the hooks plugins: %s", herr.Error())
}
logger.Println("done.") logger.Println("done.")
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment