Skip to content

Commit

Permalink
fix(ci) kubectl logs
Browse files Browse the repository at this point in the history
Signed-off-by: Ziming Zhang <zziming@vmware.com>
  • Loading branch information
bitsf committed Dec 4, 2020
1 parent 8294fec commit cc8b0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
echo describe $n
kubectl describe pod $n
echo show log $n
kubectl log $n || true
kubectl logs --tail 100 $n || true
done
exit 1
else
Expand Down

0 comments on commit cc8b0c1

Please sign in to comment.