chore: add client-rs submodule to main (#3114)

Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
Gaius 2024-03-12 21:18:42 +08:00 committed by GitHub
parent 4555975ba0
commit ab0b4c5ea9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 13 additions and 9 deletions

View File

@ -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

3
.gitmodules vendored
View File

@ -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

1
client-rs Submodule

@ -0,0 +1 @@
Subproject commit 7ba29e0d6b2bed2920db326498b6a554e5d47b43