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>.