diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-06-17 15:23:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-17 15:23:44 +0000 |
commit | 3b03bd3f78b7fa1e8a692b6bbd21786e5d7e4586 (patch) | |
tree | efc3dcb1bda757f915e456a00e4e900981b7a5ec | |
parent | 04de0dabce9acd071ecc693ddfd076c15a7c17da (diff) | |
parent | 065302bd58f798d194f095f78ad4e9c135603519 (diff) | |
download | podman-3b03bd3f78b7fa1e8a692b6bbd21786e5d7e4586.tar.gz podman-3b03bd3f78b7fa1e8a692b6bbd21786e5d7e4586.tar.bz2 podman-3b03bd3f78b7fa1e8a692b6bbd21786e5d7e4586.zip |
Merge pull request #14592 from cevich/more_fix_404
Cirrus: Fix build. dep. missed in #14521
-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 |