Skip to content

Commit

Permalink
add ls command
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid Podolinskiy committed May 30, 2024
1 parent a66cd85 commit 65c464b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ jobs:
printf "\n\nAgent INFO log\n"
kubectl exec -t deploy/sample-deployment -c app -- ls /tmp/ #FIXME: debug log
kubectl exec -t deploy/sample-deployment -c app -- cat /tmp/lightrun_java_agent.INFO
printf "\n\nAgent ERROR log\n"
kubectl exec -t deploy/sample-deployment -c app -- cat /tmp/lightrun_java_agent.ERROR || true
Expand Down

0 comments on commit 65c464b

Please sign in to comment.