From f28a92c46c76e9a3eb1224bad7a05f73bfc5b5bd Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 28 Apr 2020 16:08:56 +0200 Subject: [PATCH] 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. --- .gitlab-ci.yml | 2 +- ci/images_template.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa7d136f3..2922400cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ # Updating the nightly image should be done by simply running a scheduled ci # pipeline on the upstream repo with the $UPDATE_NIGHTLY variable defined. -.templates_sha: &templates_sha 1f82c62c196cd53d168b74e85b0a19ea48c1e2b9 +.templates_sha: &templates_sha 322bf2b8f29b6491caeb13861201e96969ddc169 include: - project: 'freedesktop/ci-templates' diff --git a/ci/images_template.yml b/ci/images_template.yml index b8c3d9819..03f0a6629 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,2 +1,2 @@ variables: - GST_RS_IMG_TAG: '2020-04-28.0' + GST_RS_IMG_TAG: '2020-04-28.1'