Repository: ode Updated Branches: refs/heads/master 2ecf69f06 -> 432b04202
Updated diff-lcs in cibuild Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/432b0420 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/432b0420 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/432b0420 Branch: refs/heads/master Commit: 432b0420256c1501bdba6aca9d0fada59d5d0469 Parents: 2ecf69f Author: sathwik <[email protected]> Authored: Tue Nov 28 13:55:58 2017 +0530 Committer: sathwik <[email protected]> Committed: Tue Nov 28 13:55:58 2017 +0530 ---------------------------------------------------------------------- ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/432b0420/ci-build.sh ---------------------------------------------------------------------- diff --git a/ci-build.sh b/ci-build.sh index 806635c..44a783c 100755 --- a/ci-build.sh +++ b/ci-build.sh @@ -30,7 +30,7 @@ CREATE_USER_COMMAND="groupadd -f -g $GROUP_ID $CONTAINER_GROUPNAME \ && mkdir --parent $HOMEDIR \ && chown -R $CONTAINER_USERNAME:$CONTAINER_GROUPNAME $HOMEDIR" -BUNDLER_COMMAND="jruby -S bundler install --gemfile=/workspace/Gemfile" +BUNDLER_COMMAND="jruby -S bundler install --gemfile=/workspace/Gemfile && jruby -S bundle update diff-lcs" BUILDR_COMMAND="su $CONTAINER_USERNAME -c 'buildr $BUILDR_ARGS'"
