Skip to content

Commit

Permalink
schutzbot/deploy.sh: dependency bug workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-k authored and ondrejbudai committed Jul 24, 2021
1 parent 15ca644 commit c27ca81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schutzbot/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ if [ -f "rhel8internal.repo" ]; then
fi

greenprint "Installing test packages for ${PROJECT}"

# NOTE: WORKAROUND FOR DEPENDENCY BUG
retry sudo dnf -y upgrade selinux-policy

# Note: installing only -tests to catch missing dependencies
retry sudo dnf -y install "${PROJECT}-tests"

Expand Down

0 comments on commit c27ca81

Please sign in to comment.