has curl?

This commit is contained in:
Felix Ableitner 2024-12-10 14:46:12 +01:00
parent e182bc7518
commit 48c88a6ac7

View file

@ -39,6 +39,7 @@ steps:
prepare_repo: prepare_repo:
image: alpine:3 image: alpine:3
commands: commands:
- curl --version
- apk add git - apk add git
- git submodule init - git submodule init
- git submodule update - git submodule update