Skip to content

Commit 21100ce

Browse files
Sync master into querydsl-7.0 (#1053)
Use base64 keys Co-authored-by: Marvin Froeder <velo.br@gmail.com>
1 parent 31ece15 commit 21100ce

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
@@ -44,7 +44,7 @@ commands:
4444
- run:
4545
name: 'Configure GPG keys'
4646
command: |
47-
echo -e "$GPG_KEY" | gpg --batch --no-tty --import --yes
47+
echo -e "$GPG_KEY" | base64 -d | gpg --batch --yes --import
4848
4949
# our job defaults
5050
defaults: &defaults

0 commit comments

Comments
 (0)