mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove temporary directory [ci skip]
This commit is contained in:
parent
a9b9f9d157
commit
a206738762
1 changed files with 1 additions and 0 deletions
|
@ -320,5 +320,6 @@ update-deps:
|
|||
git -C $(deps_dir) diff --no-ext-diff --ignore-submodules --exit-code || \
|
||||
git -C $(deps_dir) commit --all --message='Update dependencies'
|
||||
git --git-dir=$(GIT_DIR) worktree remove $(deps_dir)
|
||||
$(RMDIR) $(dir $(deps_dir))
|
||||
git --git-dir=$(GIT_DIR) merge --no-edit --ff-only $(update_deps)
|
||||
git --git-dir=$(GIT_DIR) branch --delete $(update_deps)
|
||||
|
|
Loading…
Add table
Reference in a new issue