Repository: ode Updated Branches: refs/heads/ode-1.3.x 418f604f0 -> 67ed3c1e8
revert after release Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/67ed3c1e Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/67ed3c1e Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/67ed3c1e Branch: refs/heads/ode-1.3.x Commit: 67ed3c1e8a4c35b3a2444949ca2f8f3938b37270 Parents: 418f604 Author: sathwik <[email protected]> Authored: Tue Nov 8 19:26:04 2016 +0530 Committer: sathwik <[email protected]> Committed: Tue Nov 8 19:26:04 2016 +0530 ---------------------------------------------------------------------- ci-build.sh | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/67ed3c1e/ci-build.sh ---------------------------------------------------------------------- diff --git a/ci-build.sh b/ci-build.sh index 18ddb63..2463ad8 100755 --- a/ci-build.sh +++ b/ci-build.sh @@ -60,5 +60,4 @@ 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";
