This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-profiling. See https://gitlab.nuiton.org/nuiton/nuiton-profiling.git commit d1701667b51bfb9275bbb8725af53d91fd2b2122 Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Jul 30 14:29:14 2020 +0200 Skip deploy --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4dbc193..53ec287 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,6 @@ image: maven:3.6-jdk-11 stages: - build - - deploy - reporting build: @@ -10,11 +9,6 @@ build: script: - mvn install -snapshot: - stage: deploy - script: - - mvn deploy - pages: stage: reporting # only: -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.