Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisoka-X committed Nov 24, 2023
1 parent 0e3b250 commit a31f761
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/update_modules_check/update_modules_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ def get_sub_update_it_modules(modules, total_num, current_num):
module_list.remove("connector-kudu-e2e")
if "connector-amazonsqs-e2e" in module_list:
module_list.remove("connector-amazonsqs-e2e")
if "seatunnel-engine-k8s-e2e" in module_list:
module_list.remove("seatunnel-engine-k8s-e2e")
for i, module in enumerate(module_list):
if len(module) > 0 and i % int(total_num) == int(current_num):
final_modules.append(":" + module)
Expand Down

0 comments on commit a31f761

Please sign in to comment.