From b729386f1a71ca4bc12049b835b0bd2d49a83c31 Mon Sep 17 00:00:00 2001 From: brokenpip3 Date: Thu, 22 Feb 2024 09:36:58 +0100 Subject: [PATCH] fix debug regex --- .github/workflows/auto-tests-e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-tests-e2e.yaml b/.github/workflows/auto-tests-e2e.yaml index 848ab6c4..9691995c 100644 --- a/.github/workflows/auto-tests-e2e.yaml +++ b/.github/workflows/auto-tests-e2e.yaml @@ -72,7 +72,7 @@ jobs: shell: bash continue-on-error: true run: | - randomns=$(kubectl get ns| grep -i 'ns-[0-9]\+' |cut -d ' ' -f 1) + randomns=$(kubectl get ns| grep -i 'ns[0-9]\+' |cut -d ' ' -f 1) kubectl get pods -n ${randomns} kubectl get events -n ${randomns} kubectl logs -l app=jenkins-operator -n ${randomns}