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/e2476bb7 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/e2476bb7 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/e2476bb7 Branch: refs/heads/ode-1.3.x Commit: e2476bb707627a82a362409af37c75bfb33de7c0 Parents: 920d4a7 Author: sathwik Authored: Thu Nov 10 12:14:42 2016 +0530 Committer: sathwik Committed: Thu Nov 10 12:14:42 2016 +0530 ---------------------------------------------------------------------- ci-build.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/e2476bb7/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";