chore: add client-rs submodule to main (#3114)
Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
4555975ba0
commit
ab0b4c5ea9
|
|
@ -20,12 +20,12 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Check large files
|
||||
uses: actionsdesk/lfs-warning@v3.2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
filesizelimit: "1048576"
|
||||
exclusionPatterns: |
|
||||
deploy/helm-charts
|
||||
manager/console
|
||||
# - name: Check large files
|
||||
# uses: actionsdesk/lfs-warning@v3.2
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# with:
|
||||
# filesizelimit: "1048576"
|
||||
# exclusionPatterns: |
|
||||
# deploy/helm-charts
|
||||
# manager/console
|
||||
|
|
|
|||
|
|
@ -4,3 +4,6 @@
|
|||
[submodule "manager/console"]
|
||||
path = manager/console
|
||||
url = https://github.com/dragonflyoss/console.git
|
||||
[submodule "client-rs"]
|
||||
path = client-rs
|
||||
url = https://github.com/dragonflyoss/client.git
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 7ba29e0d6b2bed2920db326498b6a554e5d47b43
|
||||
Loading…
Reference in New Issue