mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-21 19:44:57 +00:00
fix(ci): fix rpm sign job dependencies
Signed-off-by: cappellinsamuele <cappellinsamuele@gmail.com>
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user