Skip to content

Commit

Permalink
gitlab-ci: Move edk2 and opensbi YAML files to .gitlab-ci.d folder
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
huth committed May 28, 2020
1 parent 65ea4e6 commit 922febe
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
@@ -1,6 +1,6 @@
include:
- local: '/.gitlab-ci-edk2.yml'
- local: '/.gitlab-ci-opensbi.yml'
- local: '/.gitlab-ci.d/edk2.yml'
- local: '/.gitlab-ci.d/opensbi.yml'

.update_apt_template: &before_script_apt
before_script:
Expand Down
2 changes: 1 addition & 1 deletion MAINTAINERS
Expand Up @@ -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
Expand Down

0 comments on commit 922febe

Please sign in to comment.