lifecycle: add git_delete_ref

The deploy subtree parks its rollback state in a git ref and has to drop
it again on both the success and the compensated path.
This commit is contained in:
atlas 2026-07-25 21:34:22 +02:00 committed by mara
commit 8899c9f355
2 changed files with 12 additions and 2 deletions

View file

@ -7,8 +7,8 @@ mod setup;
mod tests;
pub use git::{
git, git_command, git_read_tree_reset, git_rev_parse, git_tag, git_tag_annotated,
git_update_ref,
git, git_command, git_delete_ref, git_read_tree_reset, git_rev_parse, git_tag,
git_tag_annotated, git_update_ref,
};
pub use host_config::write_dropins;
pub use setup::{