You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2019/09/30 13:07:00 UTC

[camel-k] branch master updated: fix(build): Remove builder bin commands

This is an automated email from the ASF dual-hosted git repository.

astefanutti 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 2dd4035  fix(build): Remove builder bin commands
2dd4035 is described below

commit 2dd40355d272ffafae3813697d1c7079b363a2d8
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Mon Sep 30 14:29:41 2019 +0200

    fix(build): Remove builder bin commands
---
 script/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/script/Makefile b/script/Makefile
index 476d544..2b46e0f 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -136,7 +136,6 @@ clean:
 	GO111MODULE=off go clean
 	rm -f camel-k
 	rm -f kamel
-	rm -f builder
 	rm -f *.test
 	rm -rf build/_maven_output
 	rm -rf build/_output
@@ -155,14 +154,12 @@ lint:
 images: test
 	mkdir -p build/_maven_output
 	mkdir -p build/_output/bin
-	cp builder build/_output/bin
 	cp kamel build/_output/bin
 	operator-sdk build $(IMAGE_NAME):$(VERSION)
 
 images-dev: test package-artifacts
 	mkdir -p build/_maven_output
 	mkdir -p build/_output/bin
-	cp builder build/_output/bin
 	cp kamel build/_output/bin
 	operator-sdk build $(IMAGE_NAME):$(VERSION)