Skip to content

Commit

Permalink
efibuild: Remove git submodule deinit
Browse files Browse the repository at this point in the history
Not needed as we are removing before init
  • Loading branch information
mikebeaton committed Nov 13, 2023
1 parent 6aa3eaa commit a9445ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion efibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ updaterepo() {
if [ "$2" = "UDK" ] && [ "$DISCARD_SUBMODULES" != "" ] && [ ! -f submodules.ready ]; then
setcommitauthor
for module_to_discard in "${DISCARD_SUBMODULES[@]}" ; do
git submodule deinit "${module_to_discard}"
git rm "${module_to_discard}"
done
git commit -m "Discarded submodules"
Expand Down

0 comments on commit a9445ea

Please sign in to comment.