also mount $HOME/.buildr into docker container.
Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/803d4ef6 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/803d4ef6 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/803d4ef6 Branch: refs/heads/ode-1.3.x Commit: 803d4ef64368f24921c6e88f0af2cb33dc5c583b Parents: d78d216 Author: Tammo van Lessen <[email protected]> Authored: Thu Jun 11 22:26:36 2015 +0200 Committer: Tammo van Lessen <[email protected]> Committed: Thu Jun 11 23:05:35 2015 +0200 ---------------------------------------------------------------------- ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/803d4ef6/ci-build.sh ---------------------------------------------------------------------- diff --git a/ci-build.sh b/ci-build.sh index 3f8a7bf..76adcc9 100755 --- a/ci-build.sh +++ b/ci-build.sh @@ -33,4 +33,4 @@ BUILDR_COMMAND="su $CONTAINER_USERNAME -c '/opt/jruby/bin/jruby -S buildr $BUILD FINAL_COMMAND="$CREATE_USER_COMMAND && $BUNDLER_COMMAND && $BUILDR_COMMAND" -docker run --rm -e JAVADOC=no -e JAVA_OPTS -v `pwd`:/workspace -v $HOME/.m2:/home/dummy/.m2 -v /tmp:/tmp --entrypoint bash vanto/apache-buildr:latest-jruby-jdk7 -c "$FINAL_COMMAND" \ No newline at end of file +docker run --rm -e JAVADOC=no -e JAVA_OPTS -v `pwd`:/workspace -v $HOME/.m2:/home/dummy/.m2 -v $HOME/.buildr:/home/dummy/.buildr -v /tmp:/tmp --entrypoint bash vanto/apache-buildr:latest-jruby-jdk7 -c "$FINAL_COMMAND"
