This is an automated email from the ASF dual-hosted git repository.
ic4y pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new f3e414f83d [Doc][README] Remove useless github workflow, and adjust
description of 'engineering structure'. (#4305)
f3e414f83d is described below
commit f3e414f83dbf535bc24cf9e86094621f4c9ac142
Author: FlechazoW <[email protected]>
AuthorDate: Thu Aug 10 18:41:55 2023 +0800
[Doc][README] Remove useless github workflow, and adjust description of
'engineering structure'. (#4305)
---
tools/update_modules_check/update_modules_check.py | 4 ----
1 file changed, 4 deletions(-)
diff --git a/tools/update_modules_check/update_modules_check.py
b/tools/update_modules_check/update_modules_check.py
index 324a961bc7..b009fda25a 100644
--- a/tools/update_modules_check/update_modules_check.py
+++ b/tools/update_modules_check/update_modules_check.py
@@ -172,10 +172,6 @@ def main(argv):
get_cv2_modules(argv[2])
elif argv[1] == "cv2-e2e":
get_cv2_e2e_modules(argv[2])
- elif argv[1] == "cv2-flink-e2e":
- get_cv2_flink_e2e_modules(argv[2])
- elif argv[1] == "cv2-spark-e2e":
- get_cv2_spark_e2e_modules(argv[2])
elif argv[1] == "engine":
get_engine_modules(argv[2])
elif argv[1] == "engine-e2e":