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") %}