TL;DR
My test-repo
is missing from All repositories
list inside Cloud Source Repository panel, but I can still access it. Why?
Also asked here on Google Cloud Community
Details
- I made
test-repo
- I was able to git clone using CloudSDK, make changes and even push.
- When I went back to GCP Console > Cloud Source Repository, the repository did not show up and it showed me a welcome page.
- I was still able to git pull.
- I was able to access
test-repo
by going to my Cloud Function which was using the source code fromtest-repo
. - When I made a new temporary repo caleld
test2
, it showed up under theAll Repositories
tab. test-repo
is still missing, but it shows up underRecently Viewed
and I can access it there.
What is happening here???