You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ services:
21
21
22
22
before_install:
23
23
- docker pull openanalytics/shinyproxy-demo
24
-
- sudo apt-get -qq -y install conntrack
24
+
- sudo apt-get -qq -y install conntrack socat
25
25
26
26
before_script:
27
27
# Download kubectl, which is a requirement for using minikube.
@@ -41,5 +41,5 @@ script:
41
41
- kubectl cluster-info
42
42
# Wait for kube-dns to be ready.
43
43
- JSONPATH='{range .items[*]}{@.metadata.name}:{range @.status.conditions[*]}{@.type}={@.status};{end}{end}'; until kubectl -n kube-system get pods -lk8s-app=kube-dns -o jsonpath="$JSONPATH" 2>&1 | grep -q "Ready=True"; do sleep 1;echo "waiting for kube-dns to be available"; kubectl get pods --all-namespaces; done
0 commit comments