diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-11-08 21:45:22 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2020-11-10 08:51:15 +0100 |
commit | 3758e88bb8b38d54134a90f5afd6b21c7495ed5a (patch) | |
tree | 8fd27c6b1b6c745e004372fa0e96eab57078a730 /MAINTAINERS | |
parent | 7433a6860bee36d570c69720760238252a92090b (diff) |
MAINTAINERS: Add gitlab-pipeline-status script to GitLab CI section
Do not let the gitlab-pipeline-status script unmaintained,
add it to the 'GitLab Continuous Integration' section.
Fixes: c02b2eac55e ("GitLab Gating CI: introduce pipeline-status contrib script")
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20201108204535.2319870-5-philmd@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0e60109d28..7b34ea0646 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3156,6 +3156,7 @@ S: Maintained F: .gitlab-ci.yml F: .gitlab-ci.d/crossbuilds.yml F: .gitlab-ci.d/*py +F: scripts/ci/gitlab-pipeline-status Guest Test Compilation Support M: Alex Bennée <alex.bennee@linaro.org> |