diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-01-04 16:09:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-01-04 16:09:53 -0300 |
commit | 6845c63eb3a694880701807f2946d842a8e92897 (patch) | |
tree | 6e410fb6186717630ffd583caa98b639c6a5d50d | |
parent | 608867b75e68ce5e45d395ef515a93682620409b (diff) | |
download | keyringer-6845c63eb3a694880701807f2946d842a8e92897.tar.gz keyringer-6845c63eb3a694880701807f2946d842a8e92897.tar.bz2 |
Fix: CI: test: minor fix (#10)
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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); gsub(/>/, "", x); print x, $8; }' >> ~/temp/tests/keyringer/config/recipients/default - ./keyringer test check |