ci: Drop ci-templates-sha anchor

As of GitLab 13.6, multiple files can be included for a single ref.

Suggested-by: Daniel Stone <daniel@fooishbar.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7676>
This commit is contained in:
Michel Dänzer 2020-11-24 17:02:13 +01:00 committed by Marge Bot
parent 4e074a6d52
commit cc80415a41
1 changed files with 4 additions and 5 deletions

View File

@ -7,11 +7,10 @@ variables:
include:
- project: 'freedesktop/ci-templates'
ref: &ci-templates-sha 52dd4a94044449c8481d18dcdc221a3c636366d2
file: '/templates/debian.yml'
- project: 'freedesktop/ci-templates'
ref: *ci-templates-sha
file: '/templates/alpine.yml'
ref: 52dd4a94044449c8481d18dcdc221a3c636366d2
file:
- '/templates/debian.yml'
- '/templates/alpine.yml'
- local: '.gitlab-ci/lava-gitlab-ci.yml'
- local: '.gitlab-ci/test-source-dep.yml'