diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-22 14:58:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 14:58:25 +0200 |
commit | 05c0ae6c275164cc2e04b2d3856a482327674c0c (patch) | |
tree | c0e16a0ebea08a64de3dac5d78684ecb11c4132b | |
parent | 05a061282c02331425e1caceae80c6b44b7dc9ec (diff) | |
parent | c089c58ae1c09cbbbecb566e08939de24c55d6e6 (diff) | |
download | podman-05c0ae6c275164cc2e04b2d3856a482327674c0c.tar.gz podman-05c0ae6c275164cc2e04b2d3856a482327674c0c.tar.bz2 podman-05c0ae6c275164cc2e04b2d3856a482327674c0c.zip |
Merge pull request #6336 from rhatdan/build1
Attempt to turn on rpmbuild tests
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index c21bc74db..9886a4418 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -186,7 +186,6 @@ container_image_build_task: # source code using contrib/rpm/podman.spec.in rpmbuild_task: - skip: $CI == 'true' only_if: >- $CIRRUS_CHANGE_MESSAGE !=~ '.*CI:IMG.*' && $CIRRUS_CHANGE_MESSAGE !=~ '.*CI:DOCS.*' && |