Fix OpenShift tests for build and push

This commit is contained in:
Anush Shetty
2017-08-09 19:15:44 +05:30
73 changed files with 3118 additions and 1768 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ function convert::oc_cleanup () {
function convert::oc_check_route () {
local route_key=$1
if [ $route_key == 'true' ]; then
route_key='xip.io'
route_key='nip.io'
fi
if [ $(oc get route | grep ${route_key} | wc -l ) -gt 0 ]; then