Skip to content

Commit dc1e2dd

Browse files
authored
chore(GkeHub): fix owlbot postprocessor (#8917)
1 parent ee2c33c commit dc1e2dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

GkeHub/owlbot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@
3737
proto_dir = src / "v1/proto/src/Google/Cloud/GkeHub"
3838
s.move([proto_dir / "ConfigManagement"], dest / "src/ConfigManagement", merge=php._merge)
3939
s.move([proto_dir / "MultiClusterIngress"], dest / "src/MultiClusterIngress", merge=php._merge)
40+
s.move([proto_dir / "RbacRoleBindingActuation"], dest / "src/RbacRoleBindingActuation", merge=php._merge)
4041
shutil.rmtree(proto_dir / "ConfigManagement")
4142
shutil.rmtree(proto_dir / "MultiClusterIngress")
43+
shutil.rmtree(proto_dir / "RbacRoleBindingActuation")
4244

4345
php.owlbot_main(src=src, dest=dest)
4446

0 commit comments

Comments
 (0)