diff --git a/.ci/oci-disconnected.sh b/.ci/oci-disconnected.sh index bfa66700a..f77c45922 100755 --- a/.ci/oci-disconnected.sh +++ b/.ci/oci-disconnected.sh @@ -178,9 +178,6 @@ do fi done -# Get the ocp domain for che custom resources -export DOMAIN=$(oc get dns cluster -o json | jq .spec.baseDomain | sed -e 's/^"//' -e 's/"$//') - # Define the CR patch specifying the airgap registry and nonProxy-hosts cat >/tmp/che-cr-patch.yaml < /tmp/devfile.yaml @@ -210,3 +203,6 @@ provisionOAuth chectl auth:login -u admin -p admin chectl workspace:create --start --devfile=/tmp/devfile.yaml waitWorkspaceStart + +# Add a sleep of 2 hours to do some manual tests in the cluster if need it. +sleep 2h