branch develop updated (cc3917cd -> 2811e43d)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from cc3917cd Update .gitlab-ci.yml new 2811e43d Add missing include 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 2811e43d10fe87d0585466a34db09b474411ec1d Author: Jean Couteau <couteau@codelutin.com> Date: Thu Oct 1 10:28:31 2020 +0200 Add missing include Summary of changes: .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) -- 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 develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 2811e43d10fe87d0585466a34db09b474411ec1d Author: Jean Couteau <couteau@codelutin.com> Date: Thu Oct 1 10:28:31 2020 +0200 Add missing include --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58043158..ba19f852 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,7 @@ +include: + - project: 'codelutin/ci' + file: '/ci.yml' + stages: - build - docker -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm