diff options
author | baude <bbaude@redhat.com> | 2021-01-18 10:17:17 -0600 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2021-01-18 10:20:43 -0600 |
commit | 683bab03f8352d3a9862fd60ecc2e755caa7a86c (patch) | |
tree | ca475c5dbc4b358816588e1791328be733cc4fb5 /.cirrus.yml | |
parent | 5b3c7a52939275784c45c9747dd5864bd0581ff5 (diff) | |
download | podman-683bab03f8352d3a9862fd60ecc2e755caa7a86c.tar.gz podman-683bab03f8352d3a9862fd60ecc2e755caa7a86c.tar.bz2 podman-683bab03f8352d3a9862fd60ecc2e755caa7a86c.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 9233d9668..bfe293601 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 |