diff --git a/.github/workflows/check-size.yml b/.github/workflows/check-size.yml index c92b2c776..6d2048924 100644 --- a/.github/workflows/check-size.yml +++ b/.github/workflows/check-size.yml @@ -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 diff --git a/.gitmodules b/.gitmodules index 1e6e2cf49..b0099e8a5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/client-rs b/client-rs new file mode 160000 index 000000000..7ba29e0d6 --- /dev/null +++ b/client-rs @@ -0,0 +1 @@ +Subproject commit 7ba29e0d6b2bed2920db326498b6a554e5d47b43