Merge pull request #2055 from Jave-Chen/bcai-dev-fix-bug-20200302-2051
remove submodules for checkout v2
This commit is contained in:
commit
46f46ed795
|
|
@ -30,8 +30,6 @@ jobs:
|
|||
steps:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
- uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
|
|
|
|||
|
|
@ -30,8 +30,6 @@ jobs:
|
|||
steps:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
- uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
|
|
|
|||
Loading…
Reference in New Issue