This is an automated email from the git hooks/post-receive script. New commit to branch release/3.0.0 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 57cf8c086c8fc61d3d4ed14ae74e1663c3b37f73 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Sep 27 16:02:50 2017 +0200 update gitlab ci for release --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b0de77d..45459fc2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,8 +104,8 @@ release: - curl --header "PRIVATE-TOKEN:$TOKEN_MR" --request POST --form "description=$CHANGELOG$FILE_URL" "https://gitlab.nuiton.org/api/v4/projects/${CI_PROJECT_ID}/repository/tags/${TAG_NAME}/release" artifacts: paths: - - pollen-rest-api/target/pollen-rest-api-*.war - - pollen-ui-riot-js/target/dist + - target/${CI_PROJECT_NAME}-$VERSION-api.war + - target/${CI_PROJECT_NAME}-$VERSION-site name: "${CI_PROJECT_NAME}-${CI_COMMIT_REF_NAME}" -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.