Revert "Cirrus: Fix cirrus cache race on bin/podman"

This reverts commit 2f53259a8d5cd8022e797ea22a354a63bef1803a.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2022-04-25 15:31:36 -04:00
parent 181c9d3ee3
commit eb4e53087e

View File

@ -121,7 +121,6 @@ function _run_bindings() {
function _run_docker-py() { function _run_docker-py() {
source .venv/docker-py/bin/activate source .venv/docker-py/bin/activate
make binaries
make run-docker-py-tests make run-docker-py-tests
} }