Skip to content

Commit

Permalink
remove deprecate kind flag loglevel
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Dec 18, 2024
1 parent c4a840a commit 42e480f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Export logs
if: always()
run: |
/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
- name: Upload logs
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Export logs
if: always()
run: |
/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
- name: Upload logs
if: always()
Expand Down

0 comments on commit 42e480f

Please sign in to comment.