We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1a19c commit 253e2b2Copy full SHA for 253e2b2
.github/workflows/nerdctl.yaml
@@ -91,7 +91,7 @@ jobs:
91
- name: Export logs
92
if: always()
93
run: |
94
- sudo cat /etc/cni/net.d/*
+ sudo find /etc/cni/net.d/ -type f -exec sh -c 'echo "{}" && cat "{}"' \;
95
sudo mkdir -p /tmp/kind/logs
96
sudo /usr/local/bin/kind export logs /tmp/kind/logs
97
sudo chown -R $USER:$USER /tmp/kind/logs
0 commit comments