From 428be7d7bd878f24daaef0afcff405b8d5121939 Mon Sep 17 00:00:00 2001 From: Jakub Al-Khalili Date: Tue, 10 Sep 2019 15:58:56 +0200 Subject: [PATCH] Remove comments in Makefile --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 15276b50..5dc8faa6 100644 --- a/Makefile +++ b/Makefile @@ -445,9 +445,7 @@ ifndef TRAVIS @echo "+ $@ - This goal only works on Travis CI" else @echo "+ $@" - # Download kubectl, which is a requirement for using minikube. curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/$(MINIKUBE_KUBERNETES_VERSION)/bin/linux/amd64/kubectl && chmod +x kubectl && sudo mv kubectl /usr/local/bin/ - # Download minikube. curl -Lo minikube https://storage.googleapis.com/minikube/releases/$(MINIKUBE_VERSION)/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/ curl -Lo operator-sdk https://github.com/operator-framework/operator-sdk/releases/download/$(OPERATOR_SDK_VERSION)/operator-sdk-$(OPERATOR_SDK_VERSION)-x86_64-linux-gnu && chmod +x operator-sdk && sudo mv operator-sdk /usr/local/bin/ mkdir -p $(HOME)/.kube $(HOME)/.minikube