fix: check out default branch from tags

Also fix error handling to match function signatures.
This commit is contained in:
2022-02-18 11:17:43 +01:00
parent 5da4afa0ec
commit 09ac74d205
2 changed files with 4 additions and 4 deletions

View File

@ -138,7 +138,7 @@ keys configured on your account.
internal.RegistryPassword,
)
if err != nil {
logrus.Fatal(err)
logrus.Warn(err)
}
features, category, err := recipe.GetRecipeFeaturesAndCategory(recipeMeta.Name)