ci: recursive submodules

This commit is contained in:
ardocrat
2026-06-23 15:42:43 +03:00
parent 20db758bc2
commit ee8841590a
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Checkout submodules
run: |
sed -i 's#https://code\.gri\.mw#${{ secrets.REPO_HOST }}#g' .gitmodules
git submodule update --init
git submodule update --init --recursive --remote
- name: Check commit
id: check
run: |
+6 -6
View File
@@ -21,7 +21,7 @@ jobs:
- name: Checkout submodules
run: |
sed -i 's#https://code\.gri\.mw#${{ secrets.REPO_HOST }}#g' .gitmodules
git submodule update --init
git submodule update --init --recursive --remote
- name: Get version
id: version
run: |
@@ -86,7 +86,7 @@ jobs:
- name: Checkout submodules
run: |
sed -i -- 's#https://code\.gri\.mw#${{ secrets.REPO_HOST }}#g' .gitmodules
git submodule update --init
git submodule update --init --recursive --remote
- name: Restore cargo cache
id: cache-cargo-restore
uses: actions/cache/restore@v5
@@ -188,7 +188,7 @@ jobs:
- name: Checkout submodules
run: |
sed -i 's#https://code\.gri\.mw#${{ secrets.REPO_HOST }}#g' .gitmodules
git submodule update --init
git submodule update --init --recursive --remote
- name: Restore cargo cache
id: cache-cargo-restore
uses: actions/cache/restore@v5
@@ -255,7 +255,7 @@ jobs:
- name: Checkout submodules
run: |
sed -i 's#https://code\.gri\.mw#${{ secrets.REPO_HOST }}#g' .gitmodules
git submodule update --init
git submodule update --init --recursive --remote
- name: Restore cargo cache
id: cache-cargo-restore
uses: actions/cache/restore@v5
@@ -307,7 +307,7 @@ jobs:
- name: Checkout submodules
run: |
sed -i -- 's#https://code\.gri\.mw#${{ secrets.REPO_HOST }}#g' .gitmodules
git submodule update --init
git submodule update --init --recursive --remote
- run: mkdir release
- name: Restore cargo cache
id: cache-cargo-restore
@@ -360,7 +360,7 @@ jobs:
- name: Checkout submodules
run: |
(Get-content .gitmodules) | Foreach-Object {$_ -replace "https://code.gri.mw", "${{ secrets.REPO_HOST }}"} | Set-Content .gitmodules
git submodule update --init
git submodule update --init --recursive --remote
- name: Update UpgradeCode
shell: powershell
run: |