From 204e88215c42d588edb68791f2aff81704d3efa5 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sun, 2 Feb 2020 23:33:10 -0800 Subject: [PATCH] Use GPG2 for import (#143) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5c0220e7..43e2c443 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: µsite