fix: setup git for e2e testing

This commit is contained in:
decentral1se 2022-01-01 22:03:53 +01:00
parent 560e0eab86
commit 224c0c38db
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 3 additions and 1 deletions

View File

@ -50,6 +50,8 @@ e2e:
--env-file .e2e.env \
debian:bullseye-slim \
sh -c "\
apt update && apt install -y wget curl; echo ""; echo ""; \
apt update && apt install -y wget curl git; echo ""; echo ""; \
git config --global user.email 'e2e@coopcloud.tech'; \
git config --global user.name 'e2e'; \
cd /src/tests && bash e2e.sh -- --dev \
"