forked from toolshed/abra
fix: warn on invalid envs for catalogue generation
Closes coop-cloud/organising#256.
This commit is contained in:
@ -84,7 +84,7 @@ func Get(recipeName string) (Recipe, error) {
|
||||
envSamplePath := path.Join(config.ABRA_DIR, "apps", recipeName, ".env.sample")
|
||||
sampleEnv, err := config.ReadEnv(envSamplePath)
|
||||
if err != nil {
|
||||
logrus.Fatal(err)
|
||||
return Recipe{}, err
|
||||
}
|
||||
|
||||
opts := stack.Deploy{Composefiles: composeFiles}
|
||||
|
Reference in New Issue
Block a user