You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by sa...@apache.org on 2017/04/26 09:47:51 UTC

ode git commit: unmout gpg volume

Repository: ode
Updated Branches:
  refs/heads/ode-1.3.x 5133b3068 -> 3bdb03843


unmout gpg volume


Project: http://git-wip-us.apache.org/repos/asf/ode/repo
Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/3bdb0384
Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/3bdb0384
Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/3bdb0384

Branch: refs/heads/ode-1.3.x
Commit: 3bdb03843691e5dab4f277603c52730f967765aa
Parents: 5133b30
Author: sathwik <sa...@apache.org>
Authored: Wed Apr 26 15:14:05 2017 +0530
Committer: sathwik <sa...@apache.org>
Committed: Wed Apr 26 15:14:05 2017 +0530

----------------------------------------------------------------------
 ci-build.sh | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ode/blob/3bdb0384/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";