Skip to content

Commit e84f99f

Browse files
authored
chore: Remove tmate session setup from k8s workflow
Removed tmate session setup from the workflow.
1 parent 1717d43 commit e84f99f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/k8s.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ jobs:
4141
wget -q -O - https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
4242
k3d cluster create test-cluster
4343
44-
- name: Setup tmate session
45-
uses: mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3
46-
4744
- name: Deploy Funnel
4845
run: |
4946
helm repo add ohsu https://ohsu-comp-bio.github.io/helm-charts
@@ -58,9 +55,6 @@ jobs:
5855
# Port-forward the service
5956
kubectl port-forward svc/funnel 8000:8000 &
6057
61-
- name: Setup tmate session
62-
uses: mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3
63-
6458
- name: Submit Task
6559
run: |
6660
export PATH="$PATH:$(pwd)"

0 commit comments

Comments
 (0)