aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.d/opensbi.yml
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2020-07-01 14:56:31 +0100
committerAlex Bennée <alex.bennee@linaro.org>2020-07-11 15:53:00 +0100
commit5117ba25d2b8bf8e1217620b7446a5bf708a4027 (patch)
treedb8fc4e3a32759547746c73620422403af32a31f /.gitlab-ci.d/opensbi.yml
parent91f6ff72b66cf5038fa2700a4d4384685f077b92 (diff)
downloadqemu-5117ba25d2b8bf8e1217620b7446a5bf708a4027.zip
qemu-5117ba25d2b8bf8e1217620b7446a5bf708a4027.tar.gz
qemu-5117ba25d2b8bf8e1217620b7446a5bf708a4027.tar.bz2
gitlab-ci: Fix the change rules after moving the YML files
The edk2.yml and opensbi.yml files have recently been moved/renamed, but the change has not been reflected in the rules in the YML files yet. Fixes: 922febe2af ("Move edk2 and opensbi YAML files to .gitlab-ci.d folder") Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Message-Id: <20200625151627.24986-1-thuth@redhat.com> Message-Id: <20200701135652.1366-20-alex.bennee@linaro.org>
Diffstat (limited to '.gitlab-ci.d/opensbi.yml')
-rw-r--r--.gitlab-ci.d/opensbi.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.d/opensbi.yml b/.gitlab-ci.d/opensbi.yml
index dd051c0..6a17507 100644
--- a/.gitlab-ci.d/opensbi.yml
+++ b/.gitlab-ci.d/opensbi.yml
@@ -2,7 +2,7 @@ docker-opensbi:
stage: build
rules: # Only run this job when the Dockerfile is modified
- changes:
- - .gitlab-ci-opensbi.yml
+ - .gitlab-ci.d/opensbi.yml
- .gitlab-ci.d/opensbi/Dockerfile
when: always
image: docker:19.03.1