fix debug regex

This commit is contained in:
brokenpip3 2024-02-22 09:36:58 +01:00
parent 5e7877d63f
commit b729386f1a
No known key found for this signature in database
GPG Key ID: 1D9BDC803797B4B6
1 changed files with 1 additions and 1 deletions

View File

@ -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}