[PATCH 1/5] git: remove phantom kdevops-ci submodule
Daniel Gomez <[email protected]> Fri, 26 Sep 2025 15:18:09 +0200
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
From: Daniel Gomez <[email protected]> Remove orphaned git submodule reference that was causing GitHub Actions checkout failures. The submodule entry existed in the git index without a corresponding .gitmodules file, causing: no submodule mapping found in .gitmodules for path 'kdevops-ci' The process '/usr/bin/git' failed with exit code 128 This phantom submodule was preventing successful repository checkout in GitHub Actions, causing all CI jobs to fail at the setup stage. Generated-by: Claude AI Signed-off-by: Daniel Gomez <[email protected]> --- kdevops-ci | 1 - 1 file changed, 1 deletion(-) diff --git a/kdevops-ci b/kdevops-ci deleted file mode 160000 index 81206075..00000000 --- a/kdevops-ci +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 812060752af00e601add5716c3180fbb21c41784 -- 2.50.1