Message ID | 20230330101141.30199-11-alex.bennee@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | more misc fixes for 8.0 (tests, gdbstub, meta, docs) | expand |
On 30/3/23 12:11, Alex Bennée wrote: > Signed-off-by: Alex Bennée <alex.bennee@linaro.org> > --- > .gitlab-ci.d/base.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
On 30/03/2023 12.11, Alex Bennée wrote: > Signed-off-by: Alex Bennée <alex.bennee@linaro.org> > --- > .gitlab-ci.d/base.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.gitlab-ci.d/base.yml b/.gitlab-ci.d/base.yml > index 0274228de8..2fbb58d2a3 100644 > --- a/.gitlab-ci.d/base.yml > +++ b/.gitlab-ci.d/base.yml > @@ -75,5 +75,5 @@ > - if: '$QEMU_CI != "2" && $CI_PROJECT_NAMESPACE != "qemu-project"' > when: manual > > - # Jobs can run if any jobs they depend on were successfull > + # Jobs can run if any jobs they depend on were successful > - when: on_success Reviewed-by: Thomas Huth <thuth@redhat.com>
diff --git a/.gitlab-ci.d/base.yml b/.gitlab-ci.d/base.yml index 0274228de8..2fbb58d2a3 100644 --- a/.gitlab-ci.d/base.yml +++ b/.gitlab-ci.d/base.yml @@ -75,5 +75,5 @@ - if: '$QEMU_CI != "2" && $CI_PROJECT_NAMESPACE != "qemu-project"' when: manual - # Jobs can run if any jobs they depend on were successfull + # Jobs can run if any jobs they depend on were successful - when: on_success
Signed-off-by: Alex Bennée <alex.bennee@linaro.org> --- .gitlab-ci.d/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)