JAMES-1697 Integration tests needs java 8 to run
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/758886d9 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/758886d9 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/758886d9 Branch: refs/heads/master Commit: 758886d90daa93a3c884d24688850878bd10e542 Parents: 55018ee Author: Benoit Tellier <[email protected]> Authored: Thu Mar 10 14:59:38 2016 +0700 Committer: Benoit Tellier <[email protected]> Committed: Tue Mar 22 14:21:12 2016 +0700 ---------------------------------------------------------------------- dockerfiles/compilation/java-6/Dockerfile | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/758886d9/dockerfiles/compilation/java-6/Dockerfile ---------------------------------------------------------------------- diff --git a/dockerfiles/compilation/java-6/Dockerfile b/dockerfiles/compilation/java-6/Dockerfile index 509c467..7dafbde 100644 --- a/dockerfiles/compilation/java-6/Dockerfile +++ b/dockerfiles/compilation/java-6/Dockerfile @@ -18,7 +18,6 @@ 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]
