mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
ci: Use include syntax for files on the same gitlab instance
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3065>
This commit is contained in:
parent
f051ad2488
commit
a6a081cbef
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
||||||
include:
|
include:
|
||||||
- remote: "https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/14731f78c23c7b523a85a26a068ade9ac1ecd2f3/templates/fedora.yml"
|
- project: 'freedesktop/ci-templates'
|
||||||
- remote: "https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/14731f78c23c7b523a85a26a068ade9ac1ecd2f3/templates/debian.yml"
|
ref: 14731f78c23c7b523a85a26a068ade9ac1ecd2f3
|
||||||
|
file: '/templates/fedora.yml'
|
||||||
|
- project: 'freedesktop/ci-templates'
|
||||||
|
ref: 14731f78c23c7b523a85a26a068ade9ac1ecd2f3
|
||||||
|
file: '/templates/debian.yml'
|
||||||
###
|
###
|
||||||
# IMPORTANT
|
# IMPORTANT
|
||||||
# These are the version tags for the docker images the CI runs against.
|
# These are the version tags for the docker images the CI runs against.
|
||||||
|
|
Loading…
Reference in a new issue