Skip to content

Commit 3c19c33

Browse files
authored
chore: skip google-iam-policy rather than java-iam (#1779)
1 parent 3602660 commit 3c19c33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/owlbot/java/src/fix-poms.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,9 @@ def main():
330330
)
331331
main_module = existing_modules[artifact_id]
332332

333+
# Artifact ID is part of distribution name field in .repo-metadata.json
333334
if artifact_id in ["grafeas", "google-cloud-dns",
334-
"google-cloud-notification", "java-iam"]:
335+
"google-cloud-notification", "google-iam-policy"]:
335336
# There are special libraries that are not automatically generated
336337
print(f"Skipping a special case library {artifact_id} that do not have "
337338
" the standard module structure.")

0 commit comments

Comments
 (0)