fix: don't import non-existent/unused GPG private key (#516)
This commit is contained in:
@ -329,10 +329,8 @@ jobs:
|
||||
- run:
|
||||
command: |
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y awscli gnupg
|
||||
|
||||
gpg --import --batch \<<<"${GPG_PRIVATE_KEY//$'\\n'/$'\n'}"
|
||||
sudo -E apt-get update
|
||||
sudo -E apt-get install --yes awscli
|
||||
- when:
|
||||
condition: << parameters.is-nightly >>
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user