From 4095652092e9cb957f252a8577088c9ac9562751 Mon Sep 17 00:00:00 2001 From: Erik Assum Date: Thu, 24 Feb 2022 20:43:06 +0100 Subject: [PATCH] YAML and whitespace, sigh --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1be90b5..5e5bfdf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -109,8 +109,8 @@ jobs: - run: name: Setup GPG signing key command: | - apt-get update - apt-get install -y make gnupg + apt-get update + apt-get install -y make gnupg GNUPGHOME="$HOME/.gnupg" export GNUPGHOME mkdir -p "$GNUPGHOME"