Skip to content

Commit

Permalink
Merge pull request #15 from datawire/lukeshu/build-aux-push
Browse files Browse the repository at this point in the history
./build-aux/build-aux-pull && ./build-aux/build-aux-push
  • Loading branch information
LukeShu authored Jan 10, 2019
2 parents 1b35e4b + 79a1a65 commit 044e431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/teleproxy.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ proxy: $(KUBECONFIG) $(TELEPROXY) unproxy
# NB: we say KUBECONFIG=$(KUBECONFIG) here because it might not be exported
KUBECONFIG=$(KUBECONFIG) $(TELEPROXY) > $(TELEPROXY_LOG) 2>&1 &
@for i in 1 2 4 8 16 32 64 x; do \
if [ "$$i" == "x" ]; then echo "ERROR: proxy did not come up"; exit 1; fi; \
if [ "$$i" = "x" ]; then echo "ERROR: proxy did not come up"; exit 1; fi; \
echo "Checking proxy: $(KUBE_URL)"; \
if curl -sk $(KUBE_URL); then \
echo -e "\n\nProxy UP!"; \
Expand Down

0 comments on commit 044e431

Please sign in to comment.