From 9beea349a45aae037210fd3cb1c78d0089f89925 Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Mon, 19 Jul 2021 08:54:25 -0400 Subject: [PATCH] Remove GPG Push in builds --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 05710f4e4..4839c66e4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,6 @@ commands: name: 'Configure GPG keys' command: | echo -e "$GPG_KEY" | gpg --batch --no-tty --import --yes - gpg --keyserver keyserver.ubuntu.com --send-keys "ABA18559AB7620FC" nexus-deploy: steps: - run: