Skip to content
Snippets Groups Projects
Unverified Commit 6845c63e authored by rhatto's avatar rhatto
Browse files

Fix: CI: test: minor fix (#10)

parent 608867b7
Branches
Tags
Loading
Checking pipeline status
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment