mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-05-12 06:19:33 +00:00
Update workflow success condition
This commit is contained in:
parent
c6a9320648
commit
117bc74099
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -288,7 +288,7 @@ jobs:
|
||||
job_status=$(kubectl get jobs $NAMEPREFIX -n default \
|
||||
-o jsonpath='{.status.conditions[0].type}')
|
||||
echo "Job status: $job_status"
|
||||
[[ "$job_status" == "Complete" ]] || exit 1
|
||||
[[ "$job_status" == "SuccessCriteriaMet" ]] || exit 1
|
||||
|
||||
- name: Terraform destroy
|
||||
if: always()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user