branch develop updated (6eac1da -> a5d3efe)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 6eac1da fix gitlab ci new a5d3efe fix gitlab ci The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit a5d3efe9cc7957ff4a779bd49142e9a7265f3d8f Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Feb 28 11:05:35 2017 +0100 fix gitlab ci Summary of changes: Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm