mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
Merge pull request #521 from flatcar/jepio/gpg-import-batch
ci-automation: use --batch when importing gpg key
This commit is contained in:
commit
de132c62d5
@ -22,7 +22,7 @@ mkdir --mode=0700 "${GNUPGHOME}"
|
||||
# workaround.
|
||||
mkdir -p --mode=0700 "${GNUPGHOME}/private-keys-v1.d/"
|
||||
if [[ -n "${SIGNING_KEY}" ]] && [[ -n "${SIGNER}" ]]; then
|
||||
gpg --import "${SIGNING_KEY}"
|
||||
gpg --batch --import "${SIGNING_KEY}"
|
||||
else
|
||||
SIGNER=''
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user