From 275c540984d885f6422f13cf2ec946ce86c48cf4 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 4 Oct 2021 20:24:58 -0400 Subject: ci: Update fedora image for cerbero trigger Part-of: --- .gitlab-ci.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d655aeae84..305c9baf88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ variables: # If you are hacking on them or need a them to rebuild, its enough # to change any part of the string of the image you want. ### - FEDORA_TAG: '2021-10-04.0' + FEDORA_TAG: '2021-10-05.0' INDENT_TAG: '2021-10-04.0' WINDOWS_TAG: "2021-10-04.1" @@ -760,17 +760,14 @@ build documentation: # https://gitlab.com/gitlab-org/gitlab/-/issues/341737 cerbero trigger: stage: build - image: $FEDORA_IMAGE + extends: + - '.fedora image' + - '.fdo.suffixed-image@fedora' needs: - "fedora amd64 docker" script: - - python3 -m pip install --user python-gitlab - ci/gitlab/trigger_cerbero_pipeline.py - variables: - # Use GST_UPSTREAM_BRANCH - UPSTREAM_BRANCH: 'main' - rules: - changes: - .gitlab-ci.yml -- cgit v1.2.1