diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-22 06:00:57 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-22 06:01:01 -0400 |
commit | 1edd729a040d43bd86000a83a9ebe5c139cc5b9c (patch) | |
tree | 2cf451147d7819bb5f643a4fe83253d1a8b425c1 /.cirrus.yml | |
parent | be43536c0a7597075b0bd297993752f9994f12ed (diff) | |
download | podman-1edd729a040d43bd86000a83a9ebe5c139cc5b9c.tar.gz podman-1edd729a040d43bd86000a83a9ebe5c139cc5b9c.tar.bz2 podman-1edd729a040d43bd86000a83a9ebe5c139cc5b9c.zip |
Attempt to turn on varlink tests
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index c21bc74db..eef65b6dc 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -247,7 +247,6 @@ vendor_task: # whether the git tree is clean. varlink_api_task: - skip: $CI == 'true' only_if: >- $CIRRUS_CHANGE_MESSAGE !=~ '.*CI:IMG.*' && $CIRRUS_CHANGE_MESSAGE !=~ '.*CI:DOCS.*' |