mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 19:41:00 +00:00
ci: update ci template
Prevent creating a second useless layer, see https://gitlab.freedesktop.org/freedesktop/ci-templates/-/merge_requests/26 Update image tag to ensure building images is still working.
This commit is contained in:
parent
9efe4168b7
commit
ee71a4ab8a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
.templates_sha: &templates_sha 8becba49be7e5886311972356345532ed9dd84c1
|
.templates_sha: &templates_sha 322bf2b8f29b6491caeb13861201e96969ddc169
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- project: 'freedesktop/ci-templates'
|
- project: 'freedesktop/ci-templates'
|
||||||
|
@ -19,7 +19,7 @@ stages:
|
||||||
.debian:10:
|
.debian:10:
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_VERSION: 10
|
FDO_DISTRIBUTION_VERSION: 10
|
||||||
FDO_DISTRIBUTION_TAG: '$RUST_VERSION-${GST_RS_IMG_TAG}_2020-04-28.0'
|
FDO_DISTRIBUTION_TAG: '$RUST_VERSION-${GST_RS_IMG_TAG}_2020-04-28.1'
|
||||||
# Only stuff inside the repo directory can be cached
|
# Only stuff inside the repo directory can be cached
|
||||||
# Override the CARGO_HOME variable to force its location
|
# Override the CARGO_HOME variable to force its location
|
||||||
CARGO_HOME: "${CI_PROJECT_DIR}/.cargo_home"
|
CARGO_HOME: "${CI_PROJECT_DIR}/.cargo_home"
|
||||||
|
|
Loading…
Reference in a new issue