Repository: ode Updated Branches: refs/heads/ode-1.3.x 6470c7317 -> d5b44601e
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/d5b44601 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/d5b44601 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/d5b44601 Branch: refs/heads/ode-1.3.x Commit: d5b44601e2b1351612e34d0ffb7cdbf535d4f26b Parents: 6470c73 Author: sathwik <[email protected]> Authored: Tue Mar 31 21:33:46 2015 +0530 Committer: sathwik <[email protected]> Committed: Tue Mar 31 21:33:46 2015 +0530 ---------------------------------------------------------------------- ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/d5b44601/ci-build.sh ---------------------------------------------------------------------- diff --git a/ci-build.sh b/ci-build.sh index e6df645..3f8a7bf 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
