Verify script should return non-zero if fails to correct the deployments
siamaksade opened this issue · 0 comments
siamaksade commented
The verify command in the provisioning script returns success regardless of the state of the build and deployments:
https://github.com/jbossdemocentral/coolstore-microservice/blob/master/openshift/scripts/provision-demo.sh#L634
It should return non-zero if it fails to correct the issues.