Skip to content

Commit

Permalink
print operator logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Dec 31, 2024
1 parent 3f0ac94 commit 3292621
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,6 @@ jobs:
run: curl -LO https://github.com/metalbear-co/mirrord/releases/latest/download/mirrord_linux_x86_64 && chmod +x ./mirrord_linux_x86_64
- name: run dummy mirrord session
run: MIRRORD_OPERATOR_ENABLE=true MIRRORD_TELEMETRY=false ./mirrord_linux_x86_64 exec -- echo whatever
- name: get operator logs
if: failure()
run: kubectl logs -n mirrord deployment/mirrord-operator

0 comments on commit 3292621

Please sign in to comment.