diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-18 11:32:47 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-18 11:32:47 +0800 |
| commit | 03b70e49bed33885cb51415dcbd657a93b1c9ffc (patch) | |
| tree | 5b37a945bff8025dc5131eaf8876b21b8ba7b82b /mingling_ci/src/cmd.rs | |
| parent | 9113bf0fa1b60eaea4f4c3f9687b1c0e4f124715 (diff) | |
feat(ci-new): add git-lock and git-unlock CI commands
Add temporary commit and restore commands to stabilize the workspace
during CI runs, with safety checks and error handling.
Diffstat (limited to 'mingling_ci/src/cmd.rs')
| -rw-r--r-- | mingling_ci/src/cmd.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling_ci/src/cmd.rs b/mingling_ci/src/cmd.rs index 30d65a1..b9a02dc 100644 --- a/mingling_ci/src/cmd.rs +++ b/mingling_ci/src/cmd.rs @@ -1,3 +1,5 @@ +pub(crate) mod cmd_git_lock; +pub(crate) mod cmd_git_unlock; pub(crate) mod cmd_report_clean; pub(crate) mod cmd_report_collect; pub(crate) mod cmd_show_features; |
