]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Fix: CI: test: do not create the keyring folder in advance (#10)
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 4 Jan 2025 20:23:26 +0000 (17:23 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 4 Jan 2025 20:23:26 +0000 (17:23 -0300)
.gitlab-ci.yml

index 14205fbffb283d0c1e854caa97afb57ea320a8bc..496737827fe5c2ff8f817780d6a85cce70d8b07c 100644 (file)
@@ -70,7 +70,7 @@ test:
     # Test in the develop branch
     - git branch develop --track origin/develop || true
     - git checkout develop
-    - mkdir -p ~/temp/tests/keyringer
+    - mkdir -p ~/temp/tests
     - git config --global user.name 'Test'
     - git config --global user.email 'test@example.org'
     - ./keyringer test init ~/temp/tests/keyringer