We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a840a commit 42e480fCopy full SHA for 42e480f
.github/workflows/e2e.yml
@@ -158,7 +158,7 @@ jobs:
158
- name: Export logs
159
if: always()
160
run: |
161
- /usr/local/bin/kind export logs --name ${KIND_CLUSTER_NAME} --loglevel=debug ./_artifacts/logs
+ /usr/local/bin/kind export logs --name ${KIND_CLUSTER_NAME} ./_artifacts/logs
162
163
- name: Upload logs
164
.github/workflows/npa.yml
@@ -143,7 +143,7 @@ jobs:
143
144
145
146
147
148
149
0 commit comments