CentOS-PaaS-SIG / ci-pipeline

There are many projects that are concentrated on CI for Atomic Openshift. This is focused on complete CI testing of all Atomic and Base Runtime components for a new Atomic deliverable that comes from Fedora sources.
GNU General Public License v3.0
23 stars 35 forks source link

Don't fail on oc delete pod either #805

Closed johnbieren closed 5 years ago

johnbieren commented 5 years ago

This fails if oc get pods | grep returns nothing as well. Since they all will have OR true attached to them, I removed the error catching too.

@bgoncalv

bgoncalv commented 5 years ago

lgtm