We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31b248 commit 70b68e7Copy full SHA for 70b68e7
.semaphore/semaphore.yml
@@ -20,6 +20,8 @@ global_job_config:
20
- curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@6
21
- pnpm config set store-dir=~/.pnpm-store
22
- checkout
23
+ - git submodule init
24
+ - git submodule update
25
- cache restore node-$(checksum pnpm-lock.yaml)
26
- pnpm i --frozen-lockfile --prefer-offline --ignore-scripts
27
- sudo chgrp -hR +1000 ~/.pnpm-store ./ # so that it matches node uid/gid in the docker container
0 commit comments