diff --git a/pipeline/notification.yaml b/pipeline/notification.yaml index fb9ec6a..6917869 100644 --- a/pipeline/notification.yaml +++ b/pipeline/notification.yaml @@ -300,7 +300,7 @@ spec: - name: SCRIPT value: | #!/usr/bin/env bash - oc create -f - </dev/null ) || $x -eq 60 ]]; do echo "Waiting for e2e job to start" && sleep 2 && ((x++)); done if [[ "${x}" -eq 60 ]]; then exit 1; fi