mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-29 16:17:32 +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
|
name: Setup
|
||||||
command: |
|
command: |
|
||||||
yum update -y
|
yum update -y
|
||||||
yum install createrepo gpg -y
|
yum install createrepo gpg tar -y
|
||||||
echo $GPG_KEY | base64 -d | gpg --import
|
echo $GPG_KEY | base64 -d | gpg --import
|
||||||
- run:
|
- run:
|
||||||
name: Publish rpm-dev
|
name: Publish rpm-dev
|
||||||
@ -515,7 +515,7 @@ jobs:
|
|||||||
name: Setup
|
name: Setup
|
||||||
command: |
|
command: |
|
||||||
yum update -y
|
yum update -y
|
||||||
yum install createrepo gpg -y
|
yum install createrepo gpg tar -y
|
||||||
echo $GPG_KEY | base64 -d | gpg --import
|
echo $GPG_KEY | base64 -d | gpg --import
|
||||||
- run:
|
- run:
|
||||||
name: Publish rpm
|
name: Publish rpm
|
||||||
|
Loading…
Reference in New Issue
Block a user