branch develop updated (365dba8d -> f0fca04a)
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 365dba8d Fixes #170 : Ajouter le mail dans le feedback new f0fca04a expire artifacts 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 f0fca04a9b2e6c1f948d3b93f5c5e9522673fca9 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Apr 13 14:46:49 2018 +0200 expire artifacts CI Summary of changes: .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) -- 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 f0fca04a9b2e6c1f948d3b93f5c5e9522673fca9 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Apr 13 14:46:49 2018 +0200 expire artifacts CI --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8fc3ff50..053b4787 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ build-java: artifacts: paths: - pollen-rest-api/target/pollen-rest-api-*.war + expire_in: 4 weeks build-js: image: registry.nuiton.org/codelutin/dockerfiles:nodejs7 @@ -23,6 +24,7 @@ build-js: artifacts: paths: - pollen-ui-riot-js/target/dist/ + expire_in: 4 weeks demo: image: registry.nuiton.org/codelutin/dockerfiles:docker -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm