Skip to content
Snippets Groups Projects
Unverified Commit a2560cc6 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Fix previous commit

parent b91c472c
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ main:
- apt-get update
- apt-get install -y gnupg2
- date > message
- echo "$GPG_KEY" | gpg --import key.asc
- echo "$GPG_KEY" | gpg --import
- gpg --detach-sign -a message
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment