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 2379f03
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tools/deploy/test/files/run/provision-scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@

set -euxo pipefail

dnf -y install osbuild-composer-tests
source /etc/os-release
if [[ $ID == rhel ]]; then
dnf -y install osbuild-composer-tests podman-3.0.0-0.38rc2
else
dnf -y install osbuild-composer-tests
fi

0 comments on commit 2379f03

Please sign in to comment.