diff --git a/ci-operator/step-registry/gcp/provision/bastionhost/gcp-provision-bastionhost-commands.sh b/ci-operator/step-registry/gcp/provision/bastionhost/gcp-provision-bastionhost-commands.sh index a82179398b17f..e1d786b220e5a 100755 --- a/ci-operator/step-registry/gcp/provision/bastionhost/gcp-provision-bastionhost-commands.sh +++ b/ci-operator/step-registry/gcp/provision/bastionhost/gcp-provision-bastionhost-commands.sh @@ -239,6 +239,7 @@ if [[ -f "${SHARED_DIR}/gcp_custom_endpoint" ]]; then done set -e + if [[ ${count} -ne "${#services[@]}" ]]; then echo "$(date -u --rfc-3339=seconds) - ERROR: Failed to wait for the custom endpoint turning into accessible, abort. " && exit 1 fi