ci: Update ci-templates to newer version

[daniels: Extracted from previous patch, updated to even-newer version.]

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
dev
Jonas Ådahl 3 years ago committed by Daniel Stone
parent a11bc63ddd
commit 4fc87f8316
  1. 4
      .gitlab-ci.yml

@ -1,12 +1,14 @@
# vim: set expandtab shiftwidth=2 tabstop=8 textwidth=0:
.templates_sha: &template_sha 567700e483aabed992d0a4fea84994a0472deff6 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
variables:
FDO_UPSTREAM_REPO: wayland/weston
include:
- project: 'freedesktop/ci-templates'
ref: 59de540b620c45739871d1a073d76d5521989d11
ref: *template_sha
file: '/templates/debian.yml'

Loading…
Cancel
Save