From: Silvio Rhatto Date: Sat, 4 Jan 2025 19:09:53 +0000 (-0300) Subject: Fix: CI: test: minor fix (#10) X-Git-Tag: 0.6.0~13 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6845c63eb3a694880701807f2946d842a8e92897;p=keyringer.git Fix: CI: test: minor fix (#10) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ae9f63..57fb2c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,7 +70,7 @@ test: # Test in the develop branch - git branch develop --track origin/develop || true - git checkout develop - - mkdir ~/temp/tests/keyringer + - mkdir -p ~/temp/tests/keyringer - ./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