Try using different alpine image for git.

This commit is contained in:
Dessalines 2024-12-04 13:28:55 -05:00
parent 6ac2e5b39d
commit 4e6fcb9b6c

View file

@ -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