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 2018/10/25 22:32:11 UTC

[camel-k] 02/02: fix script

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

commit f4397a6e17749b8eac04a7d2ac7ca8545f2d01ff
Author: nferraro <ni...@gmail.com>
AuthorDate: Fri Oct 26 00:21:50 2018 +0200

    fix script
---
 build/prepare_integration_tests_travis.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build/prepare_integration_tests_travis.sh b/build/prepare_integration_tests_travis.sh
index 8fc3102..4b546dc 100755
--- a/build/prepare_integration_tests_travis.sh
+++ b/build/prepare_integration_tests_travis.sh
@@ -47,6 +47,10 @@ oc describe nodes
 echo "Adding maven artifacts to the image context"
 ./build/package_maven_artifacts.sh
 
+echo "Copying binary file to docker dir"
+mkdir -p ./tmp/_output/bin
+cp ./camel-k-operator ./tmp/_output/bin/
+
 echo "Building the images"
 export IMAGE=docker.io/apache/camel-k:$(./build/get_version.sh)
 ./tmp/build/docker_build.sh