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"
steps:
fetch_git_submodules:
image: alpine:3
commands:
- apk add git
- git submodule init
- git submodule update --recursive --remote
when:
- event: [pull_request, tag]
# fetch_git_submodules:
# image: alpine:3
# commands:
# - apk add git
# - git submodule init
# - git submodule update --recursive --remote
# when:
# - event: [pull_request, tag]
install:
image: node:20-alpine