Skip to content

Commit ca47046

Browse files
committed
Updated config.yml
1 parent 3f8bf88 commit ca47046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
name: Import GPG Key
107107
command: |
108108
echo -e "$GPG_PRIVATE_KEY" | gpg --import
109-
echo "" | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --edit-key 4C19E4CC17E67B7B trust quit
109+
echo -e "trust\n5\ny\n" | gpg --command-fd 0 --edit-key 4C19E4CC17E67B7B
110110
- run:
111111
name: Configure Git for Signing
112112
command: |

0 commit comments

Comments
 (0)