Skip to content

Commit

Permalink
temp add ssh debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kebe7jun committed Oct 17, 2022
1 parent a94f7f7 commit ef38107
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
- name: test connect without Merbridge
run: |
kubectl exec $(kubectl get po -l app=sleep -o=jsonpath='{..metadata.name}') -c sleep -- curl -s -v helloworld:5000/hello
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: install merbridge
run: |
nohup go run -exec sudo ./app/main.go -k -m istio --cni-mode=true -d > mbctl.log &
Expand Down

0 comments on commit ef38107

Please sign in to comment.