Browse Source
Fix typo in .gitlab-ci/kubevirt.yml (#12134)
Signed-off-by: Ekko Tu <lihai.tu@daocloud.io>
pull/12132/merge
Ekko
6 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.gitlab-ci/kubevirt.yml
|
|
@ -15,7 +15,7 @@ |
|
|
|
- ci-not-authorized |
|
|
|
|
|
|
|
# TODO: generate testcases matrixes from the files in tests/files/ |
|
|
|
# this is needed to avoid the need for PR rebasing when a job was added or remvoed in the target branch |
|
|
|
# this is needed to avoid the need for PR rebasing when a job was added or removed in the target branch |
|
|
|
# (currently, a removed job in the target branch breaks the tests, because the |
|
|
|
# pipeline definition is parsed by gitlab before the rebase.sh script) |
|
|
|
# CI template for PRs |
|
|
|