Skip to content

Commit

Permalink
teamcity test failure - manually add cloudquotas service
Browse files Browse the repository at this point in the history
  • Loading branch information
lola98 committed Mar 12, 2024
1 parent 4e70fd0 commit dfc19bc
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ var ServicesListGa = mapOf(
"displayName" to "Cloudids",
"path" to "./google/services/cloudids"
),
"cloudquotas" to mapOf(
"name" to "cloudquotas",
"displayName" to "Cloudquotas",
"path" to "./google/services/cloudquotas"
),
"cloudrun" to mapOf(
"name" to "cloudrun",
"displayName" to "Cloudrun",
Expand Down Expand Up @@ -688,4 +693,4 @@ var ServicesListGa = mapOf(
"displayName" to "Workstations",
"path" to "./google/services/workstations"
)
)
)

0 comments on commit dfc19bc

Please sign in to comment.