Skip to content

Commit

Permalink
chore: skip google-iam-policy rather than java-iam (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Mar 16, 2023
1 parent 3602660 commit 3c19c33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/owlbot/java/src/fix-poms.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,9 @@ def main():
)
main_module = existing_modules[artifact_id]

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

0 comments on commit 3c19c33

Please sign in to comment.