]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Fix: CI: test: git config (#10)
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 4 Jan 2025 19:24:21 +0000 (16:24 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 4 Jan 2025 19:24:21 +0000 (16:24 -0300)
.gitlab-ci.yml

index bee6467b630a6358f02174c4f93a2efe671f60e5..303e7a7bfb9ba69c76d6807e2248687d53a56768 100644 (file)
@@ -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); gsub(/>/, "", x); print x, $8; }' >> ~/temp/tests/keyringer/config/recipients/default
     - ./keyringer test check