From d680994c54dd34b8bd3bd808f0023be19ea647da Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Tue, 2 Sep 2025 16:03:30 +0300 Subject: [PATCH] ci: Build the extension for 25.08 Rather than 25.08beta, since the release is out --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aad0b0bc1..4b219e681 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ include: # Use the image from the last stable runtime that includes 25.08 sdk image: 'quay.io/gnome_infrastructure/gnome-runtime-images:gnome-master' variables: - BRANCH: "25.08beta" + BRANCH: "25.08" before_script: - sed -i "s/24.08/$BRANCH/g" $MANIFEST_PATH -- 2.47.3