mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-12-18 05:56:29 +00:00
ci: fix yaml issue detected by pre-commit
This commit is contained in:
parent
b1ad0e958b
commit
7789588aef
1 changed files with 3 additions and 4 deletions
|
@ -91,10 +91,9 @@ build-fedora-container:
|
|||
windows rust docker stable:
|
||||
extends: ".windows rust docker build"
|
||||
variables:
|
||||
RUST_IMAGE: !reference [variables, "WINDOWS_RUST_STABLE_IMAGE"]
|
||||
RUST_UPSTREAM_IMAGE:
|
||||
!reference [variables, "WINDOWS_RUST_STABLE_UPSTREAM_IMAGE"]
|
||||
RUST_VERSION: !reference [variables, "GST_RS_STABLE"]
|
||||
RUST_IMAGE: $WINDOWS_RUST_STABLE_IMAGE
|
||||
RUST_UPSTREAM_IMAGE: $WINDOWS_RUST_STABLE_UPSTREAM_IMAGE"]
|
||||
RUST_VERSION: $GST_RS_STABLE
|
||||
|
||||
.msvc2019 build:
|
||||
stage: test
|
||||
|
|
Loading…
Reference in a new issue