Merge pull request #13998 from cevich/fix_docker-py_test

Cirrus: Fix cirrus cache race on bin/podman
This commit is contained in:
OpenShift Merge Robot
2022-04-25 13:40:01 -04:00
committed by GitHub

View File

@ -121,6 +121,7 @@ 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
} }