mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-27 15:17:50 +00:00
chore(ci): only install awscli from repo.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
6025e4bcf0
commit
aa6b8c97c0
@ -117,8 +117,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt update -y
|
apt update -y
|
||||||
apt-get install apt-utils bzip2 gpg python-is-python3 python3-pip -y
|
apt-get install apt-utils bzip2 gpg awscli -y
|
||||||
pip install awscli
|
|
||||||
|
|
||||||
# Configure AWS role; see https://github.com/falcosecurity/test-infra/pull/1102
|
# Configure AWS role; see https://github.com/falcosecurity/test-infra/pull/1102
|
||||||
# Note: master CI can only push dev packages as we have 2 different roles for master and release.
|
# Note: master CI can only push dev packages as we have 2 different roles for master and release.
|
||||||
|
Loading…
Reference in New Issue
Block a user