From 5097bdae9f8f17da284aa55dca96e9885eb12c0d Mon Sep 17 00:00:00 2001 From: "Randal S. Harisch" Date: Thu, 28 Sep 2023 14:43:11 -0600 Subject: [PATCH] chore: added namespace qualifier --- pipeline/notification.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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