abra app new <recipe> <version> always use env from main
#862
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?
Bug in
abra app new <recipe> <version>Expected Behaviour
The recipe will be checked out to
<version>and based on this version the .env will be generatedCurrent Behavior
abra app newalways uses the newest .env of the main branch. This env can conflict the version that should be deployed and can have untested unreleased changes.Possible Solution
This bug was introduced by this commit: https://git.coopcloud.tech/toolshed/abra/commit/dc4c6784cb#diff-94c1e19451212ceecf657163bdb4ddee2f17bb30
By removing Line 107 to 111:
Restoring these lines should solve the bug.