mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
r300/ci: add missing kernel url quotes
Signed-off-by: Pavel Ondračka <pavel.ondracka@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26966>
This commit is contained in:
parent
b3485664f3
commit
fc89790254
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ include:
|
|||
variables:
|
||||
FDO_CI_CONCURRENT: 2
|
||||
# 6.6.8 kernel with radeon driver.
|
||||
B2C_KERNEL_URL: https://gitlab.freedesktop.org/ondracka/boot2container/-/wikis/uploads/1733cfc7cc114d08ec785044b24314f3/linux-x86_64
|
||||
B2C_KERNEL_URL: 'https://gitlab.freedesktop.org/ondracka/boot2container/-/wikis/uploads/1733cfc7cc114d08ec785044b24314f3/linux-x86_64'
|
||||
|
||||
r300-rv530-deqp-gles2:
|
||||
extends:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue