We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1717d43 commit e84f99fCopy full SHA for e84f99f
1 file changed
.github/workflows/k8s.yaml
@@ -41,9 +41,6 @@ jobs:
41
wget -q -O - https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
42
k3d cluster create test-cluster
43
44
- - name: Setup tmate session
45
- uses: mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3
46
-
47
- name: Deploy Funnel
48
run: |
49
helm repo add ohsu https://ohsu-comp-bio.github.io/helm-charts
@@ -58,9 +55,6 @@ jobs:
58
55
# Port-forward the service
59
56
kubectl port-forward svc/funnel 8000:8000 &
60
57
61
62
63
64
- name: Submit Task
65
66
export PATH="$PATH:$(pwd)"
0 commit comments