diff options
author | Brent Baude <bbaude@redhat.com> | 2020-02-04 16:47:03 -0600 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2020-02-05 14:16:25 -0600 |
commit | c0b14ee29ad5feb4ce0599c8b45a0191c82ebcd7 (patch) | |
tree | 38b7d54955f2cf5a18b93c70028684933bccacca /.cirrus.yml | |
parent | fc0673f5612368e0d90173bb061f4b257d08b885 (diff) | |
download | podman-c0b14ee29ad5feb4ce0599c8b45a0191c82ebcd7.tar.gz podman-c0b14ee29ad5feb4ce0599c8b45a0191c82ebcd7.tar.bz2 podman-c0b14ee29ad5feb4ce0599c8b45a0191c82ebcd7.zip |
fix swagger docs and make sure docs validation runs
Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 8f355b3ba..655fa3830 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -683,9 +683,7 @@ docs_task: # Only run this for PRs on mention, and after merge only_if: >- - $CIRRUS_BRANCH == $DEST_BRANCH && - $CIRRUS_CHANGE_MESSAGE !=~ '.*CI:IMG.*' && - $CIRRUS_CHANGE_MESSAGE =~ '.*CI:DOCS.*' + $CIRRUS_BRANCH != $DEST_BRANCH depends_on: - "gating" |