mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
ci: upgrade ci-templates
Newer ci-templates contains bugfixes. While at it, stop using a GitLab YAML reference, because we only use this value in one spot. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
7b27881cd1
commit
a81f947aff
1 changed files with 5 additions and 7 deletions
|
|
@ -37,15 +37,13 @@
|
||||||
# - documentation at https://freedesktop.pages.freedesktop.org/ci-templates/
|
# - documentation at https://freedesktop.pages.freedesktop.org/ci-templates/
|
||||||
# - repo at https://gitlab.freedesktop.org/freedesktop/ci-templates/
|
# - repo at https://gitlab.freedesktop.org/freedesktop/ci-templates/
|
||||||
|
|
||||||
|
include:
|
||||||
|
- project: 'freedesktop/ci-templates'
|
||||||
# Here we use a fixed ref in order to isolate ourselves from ci-templates
|
# Here we use a fixed ref in order to isolate ourselves from ci-templates
|
||||||
# API changes. If you need new features from ci-templates you must bump
|
# API changes. If you need new features from ci-templates you must bump
|
||||||
# this to the current SHA you require from the ci-templates repo, however
|
# this to the current SHA you require from the ci-templates repo, however
|
||||||
# be aware that you may need to account for API changes when doing so.
|
# be aware that you may need to account for API changes when doing so.
|
||||||
.templates_sha: &template_sha d5aa3941aa03c2f716595116354fb81eb8012acb # see https://docs.gitlab.com/ee/ci/yaml/#includefile
|
ref: b791bd48996e3ced9ca13f1c5ee82be8540b8adb
|
||||||
|
|
||||||
include:
|
|
||||||
- project: 'freedesktop/ci-templates'
|
|
||||||
ref: *template_sha
|
|
||||||
file:
|
file:
|
||||||
- '/templates/debian.yml'
|
- '/templates/debian.yml'
|
||||||
- '/templates/freebsd.yml'
|
- '/templates/freebsd.yml'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue