Comment submodule fetch.

This commit is contained in:
Dessalines 2024-12-04 13:38:50 -05:00
parent 12744ae2ae
commit 099299cd1b

View file

@ -2,14 +2,14 @@ variables:
- &install_pnpm "corepack enable pnpm" - &install_pnpm "corepack enable pnpm"
steps: steps:
fetch_git_submodules: # fetch_git_submodules:
image: alpine:3 # image: alpine:3
commands: # commands:
- apk add git # - apk add git
- git submodule init # - git submodule init
- git submodule update --recursive --remote # - git submodule update --recursive --remote
when: # when:
- event: [pull_request, tag] # - event: [pull_request, tag]
install: install:
image: node:20-alpine image: node:20-alpine