Skip to content

Commit

Permalink
chore: remove gpg from release step (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyssmith2nd committed Apr 28, 2023
1 parent 28cdbc7 commit 8b962c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Expand Up @@ -331,8 +331,6 @@ jobs:
export DEBIAN_FRONTEND=noninteractive
sudo apt-get update -y
sudo apt-get install -y awscli gnupg
gpg --import --batch \<<<"${GPG_PRIVATE_KEY//$'\\n'/$'\n'}"
- when:
condition: << parameters.is-nightly >>
steps:
Expand Down

0 comments on commit 8b962c7

Please sign in to comment.