Skip to content

Commit

Permalink
Merge pull request #140 from ndw/use-gpg
Browse files Browse the repository at this point in the history
Give up on openssl, use gnupg
  • Loading branch information
ndw authored Apr 9, 2022
2 parents 84efa5f + 582ae27 commit 1275721
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -35,7 +35,7 @@ jobs:
if [ -z "$SAXPASSPHRASE" ]; then
echo "No secrets available, will run with Saxon-HE"
else
openssl aes-256-cbc -d -k $SAXPASSPHRASE -in tools/saxon.enc | tar zxf -
gpg --batch --yes --passphrase $SAXPASSPHRASE -d tools/saxon.enc | tar zxf -
fi
- run: ./gradlew dependencies
Expand Down
Binary file modified tools/saxon.enc
Binary file not shown.

0 comments on commit 1275721

Please sign in to comment.