mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
Skip packages with broken dependencies when upgrading system (#1009)
Co-authored-by: Daniel Lorch <lorchda@amazon.ch>
This commit is contained in:
@@ -124,7 +124,7 @@ Resources:
|
|||||||
python: 3.8
|
python: 3.8
|
||||||
commands:
|
commands:
|
||||||
- echo "Updating yum ..."
|
- echo "Updating yum ..."
|
||||||
- yum -y update
|
- yum -y update --skip-broken
|
||||||
- echo "Updating pip ..."
|
- echo "Updating pip ..."
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- echo "Installing requirements ..."
|
- echo "Installing requirements ..."
|
||||||
|
|||||||
Reference in New Issue
Block a user