mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-27 13:50:08 +01:00
gitlab-ci: use one sha1 instead of duplicates
because we can
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
(cherry picked from commit 779ce028c3)
This commit is contained in:
parent
fa10459082
commit
6dc9de071e
1 changed files with 6 additions and 4 deletions
|
|
@ -24,18 +24,20 @@
|
|||
# <distribution>:<version>@activity:
|
||||
# e.g. fedora:29@build-default
|
||||
|
||||
.templates_sha: &template_sha ff90ddcf059bfce35bd5f9b89a59d5d0c912b458 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
|
||||
|
||||
include:
|
||||
# Arch container builder template
|
||||
- project: 'wayland/ci-templates'
|
||||
ref: ff90ddcf059bfce35bd5f9b89a59d5d0c912b458 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
|
||||
ref: *template_sha
|
||||
file: '/templates/arch.yml'
|
||||
# Fedora container builder template
|
||||
- project: 'wayland/ci-templates'
|
||||
ref: ff90ddcf059bfce35bd5f9b89a59d5d0c912b458 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
|
||||
ref: *template_sha
|
||||
file: '/templates/fedora.yml'
|
||||
# Ubuntu container builder template
|
||||
- project: 'wayland/ci-templates'
|
||||
ref: ff90ddcf059bfce35bd5f9b89a59d5d0c912b458 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
|
||||
ref: *template_sha
|
||||
file: '/templates/ubuntu.yml'
|
||||
|
||||
stages:
|
||||
|
|
@ -71,7 +73,7 @@ variables:
|
|||
UBUNTU_TAG: '2019-08-07.0'
|
||||
ARCH_TAG: '2019-08-07.0'
|
||||
FREEBSD_TAG: '2019-08-07.0'
|
||||
QEMU_TAG: 'qemu-vm-2019-08-06.1'
|
||||
QEMU_TAG: 'qemu-vm-2019-10-04.0'
|
||||
|
||||
UBUNTU_EXEC: "bash .gitlab-ci/ubuntu_install.sh $UBUNTU_CUSTOM_DEBS"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue