diff options
author | Thomas Huth | 2020-05-20 09:45:58 +0200 |
---|---|---|
committer | Thomas Huth | 2020-05-28 11:00:39 +0200 |
commit | 922febe2af0a636636d3b0fd4309f26072cfd2cc (patch) | |
tree | b9d143efb440ba207436e4fc24e99cb75a467d34 /MAINTAINERS | |
parent | GitLab CI: avoid calling before_scripts on unintended jobs (diff) | |
download | qemu-922febe2af0a636636d3b0fd4309f26072cfd2cc.tar.gz qemu-922febe2af0a636636d3b0fd4309f26072cfd2cc.tar.xz qemu-922febe2af0a636636d3b0fd4309f26072cfd2cc.zip |
gitlab-ci: Move edk2 and opensbi YAML files to .gitlab-ci.d folder
We have a dedicated folder for the gitlab-ci - so there is no need
to clutter the top directory with these .yml files.
Message-Id: <20200525131823.715-5-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 71a0438843..0944d9c731 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2542,7 +2542,7 @@ F: roms/edk2 F: roms/edk2-* F: tests/data/uefi-boot-images/ F: tests/uefi-test-tools/ -F: .gitlab-ci-edk2.yml +F: .gitlab-ci.d/edk2.yml F: .gitlab-ci.d/edk2/ Usermode Emulation |