diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-22 15:29:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 15:29:37 +0200 |
commit | e3256f6fe37ed0898675bb21391ffdec19f2824e (patch) | |
tree | 6cd4db012c739374e189cf85ca5b3c193ed2b415 | |
parent | 05c0ae6c275164cc2e04b2d3856a482327674c0c (diff) | |
parent | 1edd729a040d43bd86000a83a9ebe5c139cc5b9c (diff) | |
download | podman-e3256f6fe37ed0898675bb21391ffdec19f2824e.tar.gz podman-e3256f6fe37ed0898675bb21391ffdec19f2824e.tar.bz2 podman-e3256f6fe37ed0898675bb21391ffdec19f2824e.zip |
Merge pull request #6337 from rhatdan/build2
Attempt to turn on varlink tests
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 9886a4418..0e1e6cd04 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -246,7 +246,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.*' |