Support branch name in .env version
#468
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?
#453 (comment)
re: supporting
RECIPE=backupbot-two:mycoolbranchThat would need:
Recipe.Getto parse the branchRecipegit.Clone(and other Git machinery potentially!) to support choosing a specific branch vs. guessingmain/master#453 was abandoned because guessing the branch is a total nightmare but if you have it in the
.envthen it should be much more doable.Can someone pick it up? Testing it should be easy in the unit / integration suite as there is already a lot of prior art.
/cc @p4u1 @stevensting