trust key
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
surtur 2020-05-10 05:51:30 +02:00
parent 3b847599c0
commit 6b4cffbd3d
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -57,7 +57,7 @@ steps:
- ls -la .
- tar cfv archives/results-${DRONE_COMMIT_SHA:0:7}.tar.zstd results --zstd
- curl -sS https://dotya.ml/store/0x28bd2388.asc | gpg --quiet --import -
- gpg -eR 28bd2388 archives/results-${DRONE_COMMIT_SHA:0:7}.tar.zstd || gpg --s2k-mode 3 --s2k-count 65011712 --s2k-digest-algo SHA512 --s2k-cipher-algo AES256 -e archives/results-${DRONE_COMMIT_SHA:0:7}.tar.zstd
- gpg --quiet --trustkey -eR 28bd2388 archives/results-${DRONE_COMMIT_SHA:0:7}.tar.zstd
- sha512sum archives/results-${DRONE_COMMIT_SHA:0:7}.tar.zstd.gpg > archives/results-${DRONE_COMMIT_SHA}.tar.zstd.gpg-SHA512SUM
- rm archives/*zstd
- ls -la archives