This is an automated email from the ASF dual-hosted git repository.

gaojun2048 pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new ac9da0c44 [Hotfix] fix ci change step error when only e2e module update
ac9da0c44 is described below

commit ac9da0c445300c85de5d292b57cb10dd9dc35e70
Author: Eric <[email protected]>
AuthorDate: Fri Nov 4 11:36:52 2022 +0800

    [Hotfix] fix ci change step error when only e2e module update
---
 tools/update_modules_check/update_modules_check.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/update_modules_check/update_modules_check.py 
b/tools/update_modules_check/update_modules_check.py
index 0600b82f3..dec5dc275 100644
--- a/tools/update_modules_check/update_modules_check.py
+++ b/tools/update_modules_check/update_modules_check.py
@@ -54,7 +54,7 @@ def get_modules(files, index, start_pre, root_module):
             output_module = output_module + "," + module
 
     else:
-        output_module = root_module
+        output_module = output_module + "," + root_module
 
     print(output_module)
 

Reply via email to