Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Problem you have encountered:
Since earlier today our cloudbuild has started trying to clone submodules (and failing). We don't actually require the submodule to be available during our build, so this new failure is blocking our release pipeline.
What you expected to happen:
Based on https://issuetracker.google.com/issues/123060361 not being closed as completed, I expected it not to try cloning my submodule.
Steps to reproduce:
Other information (workarounds you have tried, documentation consulted, etc):
It turns out if we change our
.gitmodules
file to specify the submodule url usinghttps://
instead ofgit@
then the build works properly and does not attempt to clone the submodule.Here's the sanitized log for a failing build (the build id is not sanitized):