From: Silvio Rhatto Date: Sat, 4 Jan 2025 19:24:21 +0000 (-0300) Subject: Fix: CI: test: git config (#10) X-Git-Tag: 0.6.0~11 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=dbcd163547608f0b15133b11b8e8fe8ddc1d7a53;p=keyringer.git Fix: CI: test: git config (#10) --- 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