Skip to content

Commit

Permalink
schutzbot: pin podman version to workaround podman bug. Refs osbuild#…
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Feb 19, 2021
1 parent 2131952 commit 01ca021
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion schutzbot/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,8 @@ fi

greenprint "Installing test packages for ${PROJECT}"
# Note: installing only -tests to catch missing dependencies
retry sudo dnf -y install "${PROJECT}-tests"
if [[ $ID == rhel ]]; then
retry sudo dnf -y install osbuild-composer-tests podman-3.0.0-0.38rc2
else
retry sudo dnf -y install "${PROJECT}-tests"
fi

0 comments on commit 01ca021

Please sign in to comment.