mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-28 23:57:29 +00:00
fix(.circleci): tar package is required by circleci
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
parent
ef75c63e63
commit
002a2e34dd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user