mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-09 10:07:57 +00:00
fix(ci): fix rpm sign job dependencies
Signed-off-by: cappellinsamuele <cappellinsamuele@gmail.com>
This commit is contained in:
parent
73b9273472
commit
cec135b4b6
@ -235,7 +235,7 @@ jobs:
|
|||||||
name: Install rpmsign
|
name: Install rpmsign
|
||||||
command: |
|
command: |
|
||||||
yum update -y
|
yum update -y
|
||||||
yum install rpm-sign -y
|
yum install rpm-sign expect which -y
|
||||||
- run:
|
- run:
|
||||||
name: Prepare
|
name: Prepare
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
Reference in New Issue
Block a user