Skip to content

Commit

Permalink
Make keda pkg output name explicit (#465)
Browse files Browse the repository at this point in the history
* Make keda pkg output name explicit

* Remove  added by mistake

* Correct the right name for the keda package
  • Loading branch information
eashi authored and ahmelsayed committed Nov 16, 2019
1 parent 2b3be4d commit 854543c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 854543c

Please sign in to comment.