mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-22 19:01:26 +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:
|
steps:
|
||||||
fetch_git_submodules:
|
fetch_git_submodules:
|
||||||
image: node:20-alpine
|
image: alpine:3
|
||||||
commands:
|
commands:
|
||||||
- apk add git
|
- apk add git
|
||||||
- git submodule init
|
- git submodule init
|
||||||
|
|
Loading…
Reference in a new issue