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 44fbb18751b24c3bb1ba2446d9d97f49a17a39a4 Author: Benjamin <poussin@codelutin.com> Date: Fri Apr 5 11:27:03 2019 +0200 petit test pour ouvrir un terminal durant le ci --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..817d759 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +stages: + - database + +database: + stage: database + script: + - echo "Cliquer sur le bouton debug et taper psql -h postgresql" + - sleep 20m + -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.