diff options
author | baude <bbaude@redhat.com> | 2021-01-18 10:17:17 -0600 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2021-01-20 08:47:56 -0600 |
commit | 20c56cc8482c889a7c02b4c4f3efc0ebb2945744 (patch) | |
tree | bcfd3f1dc6f9c711165d2fe29da59edc104958a0 /.cirrus.yml | |
parent | ade8a92d169328fb01c01344e6d6972d744cc696 (diff) | |
download | podman-20c56cc8482c889a7c02b4c4f3efc0ebb2945744.tar.gz podman-20c56cc8482c889a7c02b4c4f3efc0ebb2945744.tar.bz2 podman-20c56cc8482c889a7c02b4c4f3efc0ebb2945744.zip |
[CI:DOCS]Do not run compose tests with CI:DOCS
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 07145c106..50233562c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -448,6 +448,7 @@ apiv2_test_task: compose_test_task: name: "compose test on $DISTRO_NV" alias: compose_test + only_if: *not_docs skip: *tags depends_on: - validate |