From 002a2e34dd321dec13829ba435a7c67d1876f604 Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Fri, 26 Mar 2021 14:44:01 +0100 Subject: [PATCH] fix(.circleci): tar package is required by circleci Signed-off-by: Leonardo Grasso --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1180969f..a7fc1dda 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -379,7 +379,7 @@ jobs: name: Setup command: | yum update -y - yum install createrepo gpg -y + yum install createrepo gpg tar -y echo $GPG_KEY | base64 -d | gpg --import - run: name: Publish rpm-dev @@ -515,7 +515,7 @@ jobs: name: Setup command: | yum update -y - yum install createrepo gpg -y + yum install createrepo gpg tar -y echo $GPG_KEY | base64 -d | gpg --import - run: name: Publish rpm