Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 204e882

Browse files
authored
Use GPG2 for import (#143)
1 parent 4d74f9b commit 204e882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ release: &release
158158
ln -s /usr/bin/gpg2 $HOME/bin/gpg
159159
$HOME/bin/gpg --version
160160
echo RELOADAGENT | gpg-connect-agent
161-
echo $PGP_SECRET | base64 -di | gpg --import --no-tty --batch --yes
161+
echo $PGP_SECRET | base64 -di | gpg2 --import --no-tty --batch --yes
162162
PATH=$HOME/bin:$PATH ./sbt ++${SCALA_VERSION}! clean ci-release
163163
164164
microsite: &microsite

0 commit comments

Comments
 (0)