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

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


The following commit(s) were added to refs/heads/test_ci by this push:
     new 272d9d17e C test ci (#3286)
272d9d17e is described below

commit 272d9d17e44b932c65f8fb0a1f985395fc8f10a7
Author: Eric <[email protected]>
AuthorDate: Thu Nov 3 15:36:49 2022 +0800

    C test ci (#3286)
    
    * add -am to dependency:tree mvn
    
    * fix ci error
    
    * fix ci error
    
    * fix ci error
---
 .github/workflows/backend.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index d525e4b8c..2c898080d 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -216,6 +216,7 @@ jobs:
         if: ${{ steps.filter.outputs.api == 'false' }}
         run: |
           modules='${{ steps.cv2-e2e-modules.outputs.modules }}${{ 
steps.cv2-flink-e2e-modules.outputs.modules }}${{ 
steps.cv2-spark-e2e-modules.outputs.modules }}${{ 
steps.engine-e2e-modules.outputs.modules }}${{ 
steps.engine-modules.outputs.modules }}${{ steps.cv2-modules.outputs.modules }}'
+          modules=${modules: 1}
           pl_modules=`python 
tools/update_modules_check/update_modules_check.py replace $modules`
           ./mvnw help:evaluate -Dexpression=project.modules -q -DforceStdout 
-pl $pl_modules > /tmp/sub_module.txt
           sub_modules=`python 
tools/update_modules_check/update_modules_check.py sub /tmp/sub_module.txt`

Reply via email to