This is an automated email from the git hooks/post-receive script. New commit to branch bow-v2 in repository bow. See https://gitlab.nuiton.org/chorem/bow.git commit 846b8a467c7470f8e93194ac9345556e2fa70f68 Author: Benjamin <poussin@codelutin.com> Date: Tue Aug 20 16:42:46 2019 +0200 ajout construction dans la ci --- .gitlab-ci.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e8568e..190cd42 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,9 @@ stages: - - database + - build -database: - stage: database +build: + stage: build script: - - echo "Cliquer sur le bouton debug et taper psql -h postgresql" - - sleep 20m + - mvn clean package tags: - - docker + - cloud -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.