chore: add git
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-08-04 00:31:57 +02:00
parent 14ccba6a7e
commit 6c3aca4c29
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -84,6 +84,7 @@ steps:
- ssh-add - ssh-add
- echo "$DOCKER_PASSWORD" | docker login --password-stdin --username="$DOCKER_USERNAME" docker.io - echo "$DOCKER_PASSWORD" | docker login --password-stdin --username="$DOCKER_USERNAME" docker.io
- ldd $CI_PREFIX - ldd $CI_PREFIX
- apt install git
- cuddle x ci:main - cuddle x ci:main
environment: environment:
DOCKER_BUILDKIT: 1 DOCKER_BUILDKIT: 1