forked from home-assistant/operating-system
-
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.
Remove git submodules before git checkout
If a git submodule is converted to a regular git directory (e.g. when moving from dev -> rel-6 branch), the directory is not properly cleaned by the checkout action. Remove the git submodule .git files which makes sure that git properly reinitialize subdirectories, even if they have been a submodule before. See also: actions/checkout#624
- Loading branch information
Showing
2 changed files
with
8 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
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