mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-22 10:51:24 +00:00
Try using different alpine image for git.
This commit is contained in:
parent
6ac2e5b39d
commit
4e6fcb9b6c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ variables:
|
|||
|
||||
steps:
|
||||
fetch_git_submodules:
|
||||
image: node:20-alpine
|
||||
image: alpine:3
|
||||
commands:
|
||||
- apk add git
|
||||
- git submodule init
|
||||
|
|
Loading…
Reference in a new issue