From eb4e53087e60e8655d8ba0855e5526dc350cb963 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 25 Apr 2022 15:31:36 -0400 Subject: Revert "Cirrus: Fix cirrus cache race on bin/podman" This reverts commit 2f53259a8d5cd8022e797ea22a354a63bef1803a. Signed-off-by: Chris Evich --- contrib/cirrus/runner.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib/cirrus') diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh index 1953c477e..aee9bcfbb 100755 --- a/contrib/cirrus/runner.sh +++ b/contrib/cirrus/runner.sh @@ -121,7 +121,6 @@ function _run_bindings() { function _run_docker-py() { source .venv/docker-py/bin/activate - make binaries make run-docker-py-tests } -- cgit v1.2.3-54-g00ecf