Skip to content

Commit

Permalink
Use variable name properly (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
veaceslavdoina authored Dec 2, 2024
1 parent 047384a commit abf2972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-release-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ jobs:
- name: Set workflow status from job status
run: |
job_status=$(kubectl get jobs {{ env.NAMEPREFIX }} -n ${{ env.NAMESPACE }} -o jsonpath='{.status.conditions[0].type}')
job_status=$(kubectl get jobs ${{ env.NAMEPREFIX }} -n ${{ env.NAMESPACE }} -o jsonpath='{.status.conditions[0].type}')
echo "Job status: $job_status"
[[ "${job_status}" != "Complete" ]] && exit 1

0 comments on commit abf2972

Please sign in to comment.