mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-22 10:51:24 +00:00
Comment submodule fetch.
This commit is contained in:
parent
12744ae2ae
commit
099299cd1b
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue