You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ja...@apache.org on 2020/03/02 07:39:29 UTC

[incubator-dolphinscheduler] branch dev updated: remove submodules for checkout v2

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 8b894de  remove submodules for checkout v2
     new 46f46ed  Merge pull request #2055 from Jave-Chen/bcai-dev-fix-bug-20200302-2051
8b894de is described below

commit 8b894de3d2caf644818d7c84444327a43d864d16
Author: bcai <ac...@126.com>
AuthorDate: Mon Mar 2 15:18:35 2020 +0800

    remove submodules for checkout v2
---
 .github/workflows/ci_e2e.yml | 2 --
 .github/workflows/ci_ut.yml  | 2 --
 2 files changed, 4 deletions(-)

diff --git a/.github/workflows/ci_e2e.yml b/.github/workflows/ci_e2e.yml
index 09f66fa..5282681 100644
--- a/.github/workflows/ci_e2e.yml
+++ b/.github/workflows/ci_e2e.yml
@@ -30,8 +30,6 @@ jobs:
     steps:
 
       - uses: actions/checkout@v2
-        with:
-          submodules: true
       - uses: actions/cache@v1
         with:
           path: ~/.m2/repository
diff --git a/.github/workflows/ci_ut.yml b/.github/workflows/ci_ut.yml
index 6451c2f..45ff3ca 100644
--- a/.github/workflows/ci_ut.yml
+++ b/.github/workflows/ci_ut.yml
@@ -30,8 +30,6 @@ jobs:
     steps:
 
       - uses: actions/checkout@v2
-        with:
-          submodules: true
       - uses: actions/cache@v1
         with:
           path: ~/.m2/repository