We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a2729 commit 5b9dbc4Copy full SHA for 5b9dbc4
.circleci/config.yml
@@ -44,7 +44,7 @@ commands:
44
- run:
45
name: 'Configure GPG keys'
46
command: |
47
- echo -e "$GPG_KEY" | gpg --batch --no-tty --import --yes
+ echo -e "$GPG_KEY" | base64 -d | gpg --batch --yes --import
48
49
# our job defaults
50
defaults: &defaults
0 commit comments