This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit a5d3efe9cc7957ff4a779bd49142e9a7265f3d8f Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Feb 28 11:05:35 2017 +0100 fix gitlab ci --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e9c3dac..81415b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN echo '\ RewriteRule "^[^.]*$" "/index.html" [L]\n\ </Directory>\n\ \n\ -' > /etc/apache2/conf-enabled/pollen3.conf +' > /etc/apache2/conf-enabled/pollen.conf # Prepare tomcat server RUN rm -fr /usr/local/tomcat/webapps/ROOT @@ -39,7 +39,7 @@ RUN mkdir /var/local/pollen/data # Add config for RUN echo '\ {\n\ - "endPoint": "http://pollen3.demo.codelutin.com/pollen-rest-api",\n\ + "endPoint": "http://pollen.demo.codelutin.com/pollen-rest-api",\n\ "pollDefaultPageSize": 10,\n\ "commentDefaultPageSize": 10,\n\ "favoriteListDefaultPageSize": 15,\n\ -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.