summaryrefslogtreecommitdiff
path: root/.gitlab-image-tags.yml
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-09-23 01:08:49 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2022-09-23 01:08:49 +0530
commit0e73b368704ccf7e9d5fc89ff42d0a3ef1dee00d (patch)
tree1b96281d456522ed19c0ac5f282a11065ae357fe /.gitlab-image-tags.yml
parentcabcb56ce82c2a2d3164597951f40f5cc184bf4d (diff)
downloadgstreamer-0e73b368704ccf7e9d5fc89ff42d0a3ef1dee00d.tar.gz
ci: Move non-image-tag variables back to .gitlab-ci.yml
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3065#note_1563706 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3068>
Diffstat (limited to '.gitlab-image-tags.yml')
-rw-r--r--.gitlab-image-tags.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.gitlab-image-tags.yml b/.gitlab-image-tags.yml
index f0be6266ed..c64c5a467f 100644
--- a/.gitlab-image-tags.yml
+++ b/.gitlab-image-tags.yml
@@ -8,13 +8,3 @@ variables:
FEDORA_TAG: '2022-09-22.0'
INDENT_TAG: '2022-03-07.1'
WINDOWS_TAG: "2022-09-17.0"
-
- GST_UPSTREAM_REPO: 'gstreamer/gstreamer'
- FDO_UPSTREAM_REPO: 'gstreamer/gstreamer'
-
- FEDORA_AMD64_SUFFIX: 'amd64/fedora'
- INDENT_AMD64_SUFFIX: 'amd64/gst-indent'
- WINDOWS_AMD64_SUFFIX: 'amd64/windows'
-
- WINDOWS_IMAGE: "$CI_REGISTRY_IMAGE/$WINDOWS_AMD64_SUFFIX:$WINDOWS_TAG-$GST_UPSTREAM_BRANCH"
- WINDOWS_UPSTREAM_IMAGE: "$CI_REGISTRY/$GST_UPSTREAM_REPO/$WINDOWS_AMD64_SUFFIX:$WINDOWS_TAG-$GST_UPSTREAM_BRANCH"