Repository: james-project Updated Branches: refs/heads/master 420054b77 -> 70f69255d
Revert "JAMES-1697 Integration tests needs java 8 to run" This reverts commit 758886d90daa93a3c884d24688850878bd10e542. Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/70f69255 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/70f69255 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/70f69255 Branch: refs/heads/master Commit: 70f69255dce47406ab16b30e7bbfaff438394a98 Parents: 420054b Author: Benoit Tellier <[email protected]> Authored: Tue Mar 22 15:22:04 2016 +0700 Committer: Benoit Tellier <[email protected]> Committed: Tue Mar 22 15:22:04 2016 +0700 ---------------------------------------------------------------------- dockerfiles/compilation/java-6/Dockerfile | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/70f69255/dockerfiles/compilation/java-6/Dockerfile ---------------------------------------------------------------------- diff --git a/dockerfiles/compilation/java-6/Dockerfile b/dockerfiles/compilation/java-6/Dockerfile index 7dafbde..509c467 100644 --- a/dockerfiles/compilation/java-6/Dockerfile +++ b/dockerfiles/compilation/java-6/Dockerfile @@ -18,6 +18,7 @@ RUN apt-get install -y git # Copy the script COPY compile.sh /root/compile.sh +COPY integration_tests.sh /root/integration_tests.sh # Define the entrypoint WORKDIR /james-project --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
