Skip to content

Commit

Permalink
chore: always output job logs (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmooreio authored Dec 4, 2024
1 parent 98ed798 commit efd6a64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/opensearch-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
kubectl wait job/opensearch-backup --for=condition=complete --timeout=3h
- name: Output job logs
if: always()
run: |
# Get the pod name from the job
POD_NAME=$(kubectl get pods --selector=job-name=opensearch-backup -o jsonpath='{.items[0].metadata.name}')
Expand Down

0 comments on commit efd6a64

Please sign in to comment.