This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit a3b59041c7bb1fd157e5aa66c8263b0083008bcb Author: jcouteau <couteau@codelutin.com> Date: Mon Feb 3 09:39:52 2020 +0100 Fix CI build --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42887bce..3e9e038b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,6 @@ build:with-tests: stage: build script: - mvn clean package - - rm * .git* -rf except: - /^master.*$/ - /^release\/.*$/ -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.