Skip to content

Commit

Permalink
test: example sourcerepos file added for testing; update according to…
Browse files Browse the repository at this point in the history
… the test poject (google#19)

Signed-off-by: Sudipto Baral <sudiptobaral.me@gmail.com>
  • Loading branch information
sudiptob2 committed Feb 24, 2023
1 parent 57d72d6 commit 9006b54
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions test/sourcerepos
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"service_account_chain": [],
"current_service_account": "sudiptobaral.me@gmail.com",
"projects": {
"cloud-repo-test-378715": {
"project_info": {
"projectNumber": "744040771627",
"projectId": "cloud-repo-test-378715",
"lifecycleState": "ACTIVE",
"name": "cloud-repo-test",
"createTime": "2023-02-23T15:23:50.743Z"
},
"service_account_edges": [],
"sourcerepos": [
[
{
"name": "projects/cloud-repo-test-378715/repos/hello-world",
"url": "https://source.developers.google.com/p/cloud-repo-test-378715/r/hello-world"
}
]
]
}
}
}

0 comments on commit 9006b54

Please sign in to comment.