Skip to content

Commit f665200

Browse files
authored
Remove command to list gpg keys (#338)
Signed-off-by: rulex123 <[email protected]>
1 parent de53b4e commit f665200

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
if [ "${CIRCLE_BRANCH}" == "main" ]; then
4343
echo $GPG_KEY | base64 --decode > signing-key
4444
gpg --batch --passphrase $GPG_PASSPHRASE --import signing-key
45-
gpg -v --list-keys
4645
shred signing-key
4746
4847
if [[ -n "${RELEASE}" && -n "${NEXT}" ]]; then

0 commit comments

Comments
 (0)