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

index 9ae9f637c566c00c3939211c1bfc37e9fc967f97..57fb2c5b2c63dba30cce72debb42aca3c0dd0937 100644 (file)
@@ -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