mirror of https://github.com/sbt/sbt.git
Try shorter decoding
This commit is contained in:
parent
fba70c7af2
commit
7781c86aea
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo $PGP_SECRET | base64 --decode | gpg --import --batch --yes --pinentry-mode loopback --passphrase $PGP_PASSPHRASE
|
||||
# echo $PGP_SECRET | base64 --decode | gpg --import --batch --yes --pinentry-mode loopback --passphrase $PGP_PASSPHRASE
|
||||
echo $PGP_SECRET | base64 --decode | gpg --batch --import
|
||||
|
|
|
|||
Loading…
Reference in New Issue