Repository: ode Updated Branches: refs/heads/ode-1.3.x 676d0a8a5 -> 5133b3068
mount gpg for release Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/c92fd10b Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/c92fd10b Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/c92fd10b Branch: refs/heads/ode-1.3.x Commit: c92fd10b5e103c64dc9354617d139ed7df69e3cb Parents: 676d0a8 Author: sathwik <[email protected]> Authored: Wed Apr 26 12:25:18 2017 +0530 Committer: sathwik <[email protected]> Committed: Wed Apr 26 12:25:18 2017 +0530 ---------------------------------------------------------------------- ci-build.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/c92fd10b/ci-build.sh ---------------------------------------------------------------------- diff --git a/ci-build.sh b/ci-build.sh index 2463ad8..18ddb63 100755 --- a/ci-build.sh +++ b/ci-build.sh @@ -60,4 +60,5 @@ docker run --rm \ -v $HOME/.m2:/home/dummy/.m2 \ -v $HOME/.buildr:/home/dummy/.buildr \ -v /tmp:/tmp \ + -v $GNUPGHOME:/home/dummy/.gnupg \ --entrypoint bash sathwik/apache-buildr:latest-jruby-jdk7 -c "$FINAL_COMMAND";
