Unclear error message when app recipe is improperly structured #278
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the current behavior
Unclear error message when app recipe is improperly structured (found while working on mattermost recipe)
Steps to reproduce
From this version of mattermost repo
3e31f25f80
abra app new mattermost
yields:
abra catalogue generate mattermost
yields:
retrieving recipes... 99% |██████████████████████████████████████████████████████ | (116/117) FATA[0001] branch not found
Describe the expected behavior
This commit from @cellarspoon fixes the issue:
bc1eb3554f
abra couldn't understand a missing compose.yml and missing TYPE=...
It would be preferable if Abra gave error messages that could somehow indicate what was missing.
3d3eefb2fe