diff options
author | Chris Evich <cevich@redhat.com> | 2022-06-14 15:51:11 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2022-06-16 14:28:56 -0400 |
commit | 065302bd58f798d194f095f78ad4e9c135603519 (patch) | |
tree | 294adac51c4dc2d2318decbdb544e709354c5b6e | |
parent | 5cba4dc2e490b5c652ba0821067b63d7b2e4cf8f (diff) | |
download | podman-065302bd58f798d194f095f78ad4e9c135603519.tar.gz podman-065302bd58f798d194f095f78ad4e9c135603519.tar.bz2 podman-065302bd58f798d194f095f78ad4e9c135603519.zip |
Cirrus: Fix build. dep. missed in #14521
This is causing the remote system tests to fail when run on on `main`.
Signed-off-by: Chris Evich <cevich@redhat.com>
-rw-r--r-- | .cirrus.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index d5298d62e..fbfe58999 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -608,7 +608,8 @@ remote_system_test_task: <<: *local_system_test_task alias: remote_system_test depends_on: - - remote_integration_test + - build + - remote_integration_test env: TEST_FLAVOR: sys PODBIN_NAME: remote |