Skip to content

Commit ff88e8a

Browse files
committed
disable log
1 parent 0d1e77a commit ff88e8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969
run: kind load docker-image test/k8soauth2-proxy-controller:latest
7070
- name: Deploy controller
7171
run: make deploy IMG=test/k8soauth2-proxy-controller:latest
72-
- name: Logs
73-
run: |
74-
kubectl -n k8soauth2-proxy-system logs deploy/k8soauth2-proxy-controller manager
72+
#- name: Logs
73+
# run: |
74+
# kubectl -n k8soauth2-proxy-system logs deploy/k8soauth2-proxy-controller manager
7575
- name: Debug failure
7676
if: failure()
7777
run: |

0 commit comments

Comments
 (0)