mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-22 19:01:26 +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"
|
- &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
|
||||||
|
|
Loading…
Reference in a new issue