diff options
author | Thomas Huth <thuth@redhat.com> | 2020-05-20 09:45:58 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2020-05-28 11:00:39 +0200 |
commit | 922febe2af0a636636d3b0fd4309f26072cfd2cc (patch) | |
tree | b9d143efb440ba207436e4fc24e99cb75a467d34 /.gitlab-ci.yml | |
parent | 65ea4e65df15682f058b3ef61c8d8fc278ddc0d3 (diff) | |
download | 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 '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc6aee6aba..5208d93ff8 100644 --- a/.gitlab-ci.yml +++ b/.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: |