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 393feecfeb929331236645dcf13e4bfd73334bb6 Author: nferraro <[email protected]> AuthorDate: Fri Jan 4 17:53:58 2019 +0100 Fix #237: fix travis --- .travis.yml | 2 +- script/travis_build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9539e08..572e97f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,4 +14,4 @@ services: - docker script: - - ./build/travis_build.sh + - ./script/travis_build.sh diff --git a/script/travis_build.sh b/script/travis_build.sh index 2b16d3c..2590f6b 100755 --- a/script/travis_build.sh +++ b/script/travis_build.sh @@ -55,7 +55,7 @@ echo "Adding maven artifacts to the image context" ./script/package_maven_artifacts.sh echo "Copying binary file to docker dir" -mkdir -p ./tmp/_output/bin +mkdir -p ./build/_output/bin cp ./camel-k ./build/_output/bin/ echo "Building the images"
