branch bow-v2 updated (7b2f9e3 -> 846b8a4)
This is an automated email from the git hooks/post-receive script. New change to branch bow-v2 in repository bow. See https://gitlab.nuiton.org/chorem/bow.git from 7b2f9e3 ajout dans le TODO en vrac remise en place des emails utilisateurs new 846b8a4 ajout construction dans la ci The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 846b8a467c7470f8e93194ac9345556e2fa70f68 Author: Benjamin <poussin@codelutin.com> Date: Tue Aug 20 16:42:46 2019 +0200 ajout construction dans la ci Summary of changes: .gitlab-ci.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm