You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2019/04/15 10:11:11 UTC

[camel-k] branch master updated: chore(build): add builder to dev workflow

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

nferraro 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 2a72608  chore(build): add builder to dev workflow
2a72608 is described below

commit 2a7260816c45e22ab39fe7a96383652b5a81db64
Author: nferraro <ni...@gmail.com>
AuthorDate: Mon Apr 15 11:30:11 2019 +0200

    chore(build): add builder to dev workflow
---
 script/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/script/Makefile b/script/Makefile
index afaeb5a..ffabd6c 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -102,6 +102,7 @@ images: test
 
 images-dev: test package-artifacts
 	mkdir -p build/_maven_output
+	cp builder build/_output/bin
 	operator-sdk build $(IMAGE_NAME):$(VERSION)
 
 images-push: