This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-csv. See https://gitlab.nuiton.org/nuiton/nuiton-csv.git commit dd631524d6650a805d8eab98dc8dd3216216f0ee Author: Arnaud Thimel <thimel@codelutin.com> Date: Wed May 2 15:39:05 2018 +0200 Changement du nom des jobs --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f92708b..cc6937b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,14 +18,14 @@ check-releasable: only: - develop -snapshot: +deploy:snapshot: stage: deploy only: - develop script: - mvn deploy -Prelease-profile -pages: +reporting:site: stage: reporting only: - master -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.