From 854543c7b9b59e531b4ee2922b1b8eb3922c25d0 Mon Sep 17 00:00:00 2001 From: Emad Alashi Date: Sun, 17 Nov 2019 05:58:06 +1100 Subject: [PATCH] Make keda pkg output name explicit (#465) * Make keda pkg output name explicit * Remove added by mistake * Correct the right name for the keda package --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d895cb73bbf..e5f1e32a6cb 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ build: build-adapter build-controller .PHONY: build-controller build-controller: generate-api pkg/scalers/liiklus/LiiklusService.pb.go $(GO_BUILD_VARS) operator-sdk build $(IMAGE_CONTROLLER) \ - --go-build-args "-ldflags -X=main.GitCommit=$(GIT_COMMIT)" + --go-build-args "-ldflags -X=main.GitCommit=$(GIT_COMMIT) -o build/_output/bin/keda" .PHONY: build-adapter build-adapter: generate-api pkg/scalers/liiklus/LiiklusService.pb.go