Repository: ode
Updated Branches:
  refs/heads/master 1137320e2 -> 1783cafa9


removed tty options from docker run command


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

Branch: refs/heads/master
Commit: 1783cafa9aaf292b8c2f05c4f7d62a249d074454
Parents: 1137320
Author: sathwik <[email protected]>
Authored: Tue Mar 31 21:32:17 2015 +0530
Committer: sathwik <[email protected]>
Committed: Tue Mar 31 21:32:17 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/ode/blob/1783cafa/ci-build.sh
----------------------------------------------------------------------
diff --git a/ci-build.sh b/ci-build.sh
index afb3523..6a3f8ab 100755
--- a/ci-build.sh
+++ b/ci-build.sh
@@ -33,4 +33,4 @@ BUILDR_COMMAND="su $CONTAINER_USERNAME -c 
'/opt/jruby/bin/jruby -S buildr $BUILD
 
 FINAL_COMMAND="$CREATE_USER_COMMAND && $BUNDLER_COMMAND && $BUILDR_COMMAND"
 
-docker run --rm -t -i -e JAVADOC=no -e JAVA_OPTS -v `pwd`:/workspace -v 
$HOME/.m2:/home/dummy/.m2  -v /tmp:/tmp --entrypoint bash 
vanto/apache-buildr:latest-jruby-jdk7 -c "$FINAL_COMMAND"
\ No newline at end of file
+docker run --rm -e JAVADOC=no -e JAVA_OPTS -v `pwd`:/workspace -v 
$HOME/.m2:/home/dummy/.m2  -v /tmp:/tmp --entrypoint bash 
vanto/apache-buildr:latest-jruby-jdk7 -c "$FINAL_COMMAND"
\ No newline at end of file

Reply via email to