Skip to content

Commit 70b68e7

Browse files
committed
chore: ensure we checkout gitmodules
1 parent a31b248 commit 70b68e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.semaphore/semaphore.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ global_job_config:
2020
- curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@6
2121
- pnpm config set store-dir=~/.pnpm-store
2222
- checkout
23+
- git submodule init
24+
- git submodule update
2325
- cache restore node-$(checksum pnpm-lock.yaml)
2426
- pnpm i --frozen-lockfile --prefer-offline --ignore-scripts
2527
- sudo chgrp -hR +1000 ~/.pnpm-store ./ # so that it matches node uid/gid in the docker container

0 commit comments

Comments
 (0)