We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1c812 commit f345cebCopy full SHA for f345ceb
.circleci/config.yml
@@ -41,7 +41,7 @@ jobs:
41
command: |
42
if [ "${CIRCLE_BRANCH}" == "main" ]; then
43
echo $GPG_KEY | base64 --decode > signing-key
44
- gpg --passphrase $GPG_PASSPHRASE --import signing-key
+ gpg --batch --passphrase $GPG_PASSPHRASE --import signing-key
45
shred signing-key
46
47
if [[ -n "${RELEASE}" && -n "${NEXT}" ]]; then
@@ -53,7 +53,7 @@ jobs:
53
fi
54
elif [[ -n "${DEPLOY_BRANCH}" ]]; then
55
56
57
58
59
mvn -B -s .circleci/settings-snapshots.xml deploy
0 commit comments