Support branch name in .env
version
#468
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?
#453 (comment)
re: supporting
RECIPE=backupbot-two:mycoolbranch
That would need:
Recipe.Get
to parse the branchRecipe
git.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
.env
then 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