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