fix(.circleci): tar package is required by circleci

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
Leonardo Grasso 2021-03-26 14:44:01 +01:00 committed by poiana
parent ef75c63e63
commit 002a2e34dd

View File

@ -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