Skip to content

Commit

Permalink
add back "print logs" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aflanagan committed Jan 21, 2025
1 parent 88d11f9 commit 9f3d5dc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ jobs:
run: sleep $((60 * 3))
shell: bash

# - name: Print logs always
# if: always()
# run: |
# echo "::group::Kubernetes agent logs"
# kubectl logs $(kubectl get po -l app.kubernetes.io/name=cronitor-kubernetes -o name)
# echo "::endgroup::"
- name: Print logs always
if: always()
run: |
echo "::group::Kubernetes agent logs"
kubectl logs $(kubectl get po -l app.kubernetes.io/name=cronitor-kubernetes -o name)
echo "::endgroup::"
- run: pip install -r requirements.txt
if: always()
Expand Down

0 comments on commit 9f3d5dc

Please sign in to comment.