Skip to content

Commit 22751cc

Browse files
authored
fix(ruby): Fix Kokoro job mapping for several Ruby repos (#357)
1 parent 977d7e5 commit 22751cc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

releasetool/commands/tag/ruby.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,12 @@ def kokoro_job_name(upstream_repo: str, package_name: str) -> Union[str, None]:
144144
RUBY_CLIENT_REPOS = [
145145
"common-protos-ruby",
146146
"gapic-generator-ruby",
147+
"google-auth-library-ruby",
147148
"google-cloud-ruby",
149+
"ruby-cloud-env",
148150
"ruby-spanner-activerecord",
149151
"ruby-style",
152+
"signet",
150153
]
151154

152155
RUBY_CLOUD_REPOS = [

0 commit comments

Comments
 (0)