Skip to content

Commit 27508e8

Browse files
committed
feat: CI strictly uses the locked submodule versions in the repository
1 parent 100869c commit 27508e8

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/build-common.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
run: |
3737
git submodule sync --recursive
3838
git submodule update --init --recursive
39-
git submodule update --remote --merge --recursive
4039
git submodule status --recursive
4140
- name: Install tsx globally
4241
run: pnpm add -g tsx

.github/workflows/build-home.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
run: |
3737
git submodule sync --recursive
3838
git submodule update --init --recursive
39-
git submodule update --remote --merge --recursive
4039
git submodule status --recursive
4140
- name: Install tsx globally
4241
run: pnpm add -g tsx

.github/workflows/deploy-github.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
run: |
3939
git submodule sync --recursive
4040
git submodule update --init --recursive
41-
git submodule update --remote --merge --recursive
4241
git submodule status --recursive
4342
- name: Install tsx globally
4443
run: pnpm add -g tsx

0 commit comments

Comments
 (0)