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 a683d69 commit 6f6bb99Copy full SHA for 6f6bb99
.circleci/config.yml
@@ -54,6 +54,7 @@ commands:
54
name: 'Configure GPG keys'
55
command: |
56
echo -e "$GPG_KEY" | gpg --batch --no-tty --import --yes
57
+ gpg --keyserver keyserver.ubuntu.com --send-keys "ABA18559AB7620FC"
58
nexus-deploy:
59
steps:
60
- run:
0 commit comments