1
0
Fork 0
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:
Nobuyoshi Nakada 2019-08-08 22:40:09 +09:00
parent a9b9f9d157
commit a206738762
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -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)