From 87e37453f4cb2a72a2f94d4bbec963ab2f196cbd Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 30 Oct 2020 10:41:18 +1000 Subject: [PATCH] gitlab CI: update to latest ci-templates Signed-off-by: Peter Hutterer --- .gitlab-ci.yml | 2 +- .gitlab-ci/ci.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04882d7a..a50a66f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ # :@activity: # e.g. fedora:31@build-default -.templates_sha: &template_sha 395535ce90eb48e260c0dff12c35d9237e22c539 # see https://docs.gitlab.com/ee/ci/yaml/#includefile +.templates_sha: &template_sha d303fafa66bbca44cc5bdb337d5773b5f019b70d # see https://docs.gitlab.com/ee/ci/yaml/#includefile include: # Alpine container builder template diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 756669e4..cff64ae9 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -33,7 +33,7 @@ # :@activity: # e.g. fedora:31@build-default -.templates_sha: &template_sha 395535ce90eb48e260c0dff12c35d9237e22c539 # see https://docs.gitlab.com/ee/ci/yaml/#includefile +.templates_sha: &template_sha d303fafa66bbca44cc5bdb337d5773b5f019b70d # see https://docs.gitlab.com/ee/ci/yaml/#includefile include: {% for distro in distributions|sort(attribute="name") %}