[polari] ci: Drop version suffix from distro image



commit 95010cd65d38efee4bb3f9e16c170b1d162c420b
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Sep 27 22:55:18 2022 +0200

    ci: Drop version suffix from distro image
    
    It's unlikely that we'll ever use multiple images with different
    versions, so all we get from including the version is the downside
    of making updating to a new base image more verbose.
    
    Part-of: <https://gitlab.gnome.org/GNOME/polari/-/merge_requests/262>

 .gitlab-ci.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 84226009..754a5a8e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,7 +45,7 @@ workflow:
     - if: '$CI_COMMIT_BRANCH =~ /^gnome-[0-9-]+$/'
     - when: 'manual'
 
-.polari.fedora:35:
+.polari.fedora:
   variables:
     FDO_DISTRIBUTION_VERSION: 35
     FDO_DISTRIBUTION_TAG: '2022-02-18.0'
@@ -115,14 +115,14 @@ check-merge-request:
 build-fedora-container:
   extends:
     - .fdo.container-build@fedora@x86_64
-    - .polari.fedora:35
+    - .polari.fedora
   stage: prepare
   <<: *prereview_req
 
 eslint:
   extends:
     - .fdo.distribution-image@fedora
-    - .polari.fedora:35
+    - .polari.fedora
   stage: review
   needs:
     - build-fedora-container
@@ -137,7 +137,7 @@ eslint:
 js-check:
   extends:
     - .fdo.distribution-image@fedora
-    - .polari.fedora:35
+    - .polari.fedora
   stage: review
   needs:
     - build-fedora-container
@@ -174,7 +174,7 @@ nightly:
 fedora-build:
   extends:
     - .fdo.distribution-image@fedora
-    - .polari.fedora:35
+    - .polari.fedora
   stage: build
   needs:
     - build-fedora-container
@@ -190,7 +190,7 @@ fedora-build:
 fedora-dist:
   extends:
     - .fdo.distribution-image@fedora
-    - .polari.fedora:35
+    - .polari.fedora
   stage: deploy
   needs:
     - fedora-build


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]