New recipe creation errors on missing RECIPE env variable #409
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?
I am working on creating a recipe for a project I'm working on and abra is complaining about a missing RECIPE environment variable. I asked in the matrix and someone mentioned that is something I should put in .env.sample but I don't see this used anywhere.
Can someone point me to an example or explain what I'm doing wrong?
Oops, that would most likely be the
TYPE=...
env var, I think! E.g.RECIPE=...
as we renamed that at some point to be more general. Can open a PR for this.