summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas Huth2020-05-20 09:45:58 +0200
committerThomas Huth2020-05-28 11:00:39 +0200
commit922febe2af0a636636d3b0fd4309f26072cfd2cc (patch)
treeb9d143efb440ba207436e4fc24e99cb75a467d34 /.gitlab-ci.yml
parentGitLab CI: avoid calling before_scripts on unintended jobs (diff)
downloadqemu-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 '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
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: