This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push: new 5189054 chore(release): add publisher to makefile 5189054 is described below commit 5189054eac288dd2f14bbec436406fa73707a9f3 Author: Nicola Ferraro <ni.ferr...@gmail.com> AuthorDate: Tue Jan 22 18:09:01 2019 +0100 chore(release): add publisher to makefile --- script/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Makefile b/script/Makefile index bd24651..043dbd7 100644 --- a/script/Makefile +++ b/script/Makefile @@ -1,4 +1,4 @@ -build: build-runtime build-operator build-kamel build-compile-integration-tests test +build: build-runtime build-operator build-kamel build-publisher build-compile-integration-tests test build-go: build-embed-resources build-operator build-kamel build-publisher