diff options
author | Chris Evich <cevich@redhat.com> | 2022-04-25 15:31:36 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2022-04-25 15:31:36 -0400 |
commit | eb4e53087e60e8655d8ba0855e5526dc350cb963 (patch) | |
tree | cc8ea403000d50b8fe9db4dcd8237230efa07480 /contrib/cirrus | |
parent | 181c9d3ee3ad4820b9ae91f1f02faf7b9e65fc87 (diff) | |
download | podman-eb4e53087e60e8655d8ba0855e5526dc350cb963.tar.gz podman-eb4e53087e60e8655d8ba0855e5526dc350cb963.tar.bz2 podman-eb4e53087e60e8655d8ba0855e5526dc350cb963.zip |
Revert "Cirrus: Fix cirrus cache race on bin/podman"
This reverts commit 2f53259a8d5cd8022e797ea22a354a63bef1803a.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus')
-rwxr-xr-x | contrib/cirrus/runner.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 } |