Skip to content

Commit

Permalink
Use GPG2 for import (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
softinio authored Feb 3, 2020
1 parent 4d74f9b commit 204e882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ release: &release
ln -s /usr/bin/gpg2 $HOME/bin/gpg
$HOME/bin/gpg --version
echo RELOADAGENT | gpg-connect-agent
echo $PGP_SECRET | base64 -di | gpg --import --no-tty --batch --yes
echo $PGP_SECRET | base64 -di | gpg2 --import --no-tty --batch --yes
PATH=$HOME/bin:$PATH ./sbt ++${SCALA_VERSION}! clean ci-release
microsite: &microsite
Expand Down

0 comments on commit 204e882

Please sign in to comment.