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:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Check large files
|
# - name: Check large files
|
||||||
uses: actionsdesk/lfs-warning@v3.2
|
# uses: actionsdesk/lfs-warning@v3.2
|
||||||
env:
|
# env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
# with:
|
||||||
filesizelimit: "1048576"
|
# filesizelimit: "1048576"
|
||||||
exclusionPatterns: |
|
# exclusionPatterns: |
|
||||||
deploy/helm-charts
|
# deploy/helm-charts
|
||||||
manager/console
|
# manager/console
|
||||||
|
|
|
||||||
|
|
@ -4,3 +4,6 @@
|
||||||
[submodule "manager/console"]
|
[submodule "manager/console"]
|
||||||
path = manager/console
|
path = manager/console
|
||||||
url = https://github.com/dragonflyoss/console.git
|
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