Skip to content

Commit 253e2b2

Browse files
fix get configurations command
Signed-off-by: Jintao Zhang <[email protected]>
1 parent 5f1a19c commit 253e2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nerdctl.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Export logs
9292
if: always()
9393
run: |
94-
sudo cat /etc/cni/net.d/*
94+
sudo find /etc/cni/net.d/ -type f -exec sh -c 'echo "{}" && cat "{}"' \;
9595
sudo mkdir -p /tmp/kind/logs
9696
sudo /usr/local/bin/kind export logs /tmp/kind/logs
9797
sudo chown -R $USER:$USER /tmp/kind/logs

0 commit comments

Comments
 (0)