Try to remove base64
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Benjamin Renard 2022-04-30 12:13:12 +02:00
parent 083121e5b8
commit 273dc771d4
1 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,7 @@ pipeline:
commands:
- DEBIAN_FRONTEND=noninteractive apt-get -qq update < /dev/null > /dev/null
- DEBIAN_FRONTEND=noninteractive apt-get -qq -y install --no-install-recommends gnupg2 < /dev/null > /dev/null
- echo "$GPG_KEY"
- echo "$GPG_KEY"|base64 -d|gpg --import
- echo -e "$GPG_KEY"|gpg --import
- gpg -K
secrets: [ gpg_key ]