diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2023-04-03 14:49:19 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2023-04-04 15:56:44 +0100 |
commit | fc9988916aaf97f29c0a1079677bbd9efc9ca3bc (patch) | |
tree | af274012938a65f3dfd47f8c08fac13dcb9961c1 | |
parent | bdd53274f2c84b56dd4257299024cb97f5b66077 (diff) |
gitlab: fix typo
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230403134920.2132362-11-alex.bennee@linaro.org>
-rw-r--r-- | .gitlab-ci.d/base.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |