-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(formulas.sls): ensure temporary date-based branch is removed
Up to now, there's been a slight issue with doing direct pushes to repos when there are no changes to be pushed. For example, we currently need `libtofs.jinja` to be updated across formulas but not all of the formulas have this file; when running across all formulas, this will cause the temporary date-based branch to be created but then not removed. This commit is a quick fix for that, where the starting branch is tracked and then checked out again at the end, before removing the temporary branch (if it is still available).
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters