summaryrefslogtreecommitdiff
path: root/contrib/cirrus
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-04-25 13:40:01 -0400
committerGitHub <noreply@github.com>2022-04-25 13:40:01 -0400
commit23d2bf518884df59f7177099d07b11b1ca344a2f (patch)
tree45eaea2266a1d87a473a94fb19fe3c3a87e32186 /contrib/cirrus
parenta775e77cba3be5ec77738787f4346ff7e1d24462 (diff)
parent2f53259a8d5cd8022e797ea22a354a63bef1803a (diff)
downloadpodman-23d2bf518884df59f7177099d07b11b1ca344a2f.tar.gz
podman-23d2bf518884df59f7177099d07b11b1ca344a2f.tar.bz2
podman-23d2bf518884df59f7177099d07b11b1ca344a2f.zip
Merge pull request #13998 from cevich/fix_docker-py_test
Cirrus: Fix cirrus cache race on bin/podman
Diffstat (limited to 'contrib/cirrus')
-rwxr-xr-xcontrib/cirrus/runner.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh
index aee9bcfbb..1953c477e 100755
--- a/contrib/cirrus/runner.sh
+++ b/contrib/cirrus/runner.sh
@@ -121,6 +121,7 @@ function _run_bindings() {
function _run_docker-py() {
source .venv/docker-py/bin/activate
+ make binaries
make run-docker-py-tests
}