Repository: ode
Updated Branches:
refs/heads/ode-1.3.x 0a50d8df5 -> 1bbbd7693
preparing for release
Project: http://git-wip-us.apache.org/repos/asf/ode/repo
Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/64575323
Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/64575323
Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/64575323
Branch: refs/heads/ode-1.3.x
Commit: 64575323ab15153c12eaeecd18c365b33fa6897c
Parents: 0a50d8d
Author: sathwik <sathwik@apache.org>
Authored: Tue Nov 8 16:13:34 2016 +0530
Committer: sathwik <sathwik@apache.org>
Committed: Tue Nov 8 16:13:34 2016 +0530
----------------------------------------------------------------------
ci-build.sh | 1 +
1 file changed, 1 insertion(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/ode/blob/64575323/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";
|