From dbcd163547608f0b15133b11b8e8fe8ddc1d7a53 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 4 Jan 2025 16:24:21 -0300 Subject: Fix: CI: test: git config (#10) --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bee6467..303e7a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,6 +71,8 @@ test: - git branch develop --track origin/develop || true - git checkout develop - mkdir -p ~/temp/tests/keyringer + - git config --global user.name 'Test' + - git config --global user.email 'test@example.org' - ./keyringer test init ~/temp/tests/keyringer - gpg --with-colons --list-keys | grep uid | awk -F ':' '{ x = $10; gsub(/.*/, "", x); print x, $8; }' >> ~/temp/tests/keyringer/config/recipients/default - ./keyringer test check -- cgit v1.2.3