From: Jordan Petridis Date: Tue, 2 Sep 2025 13:03:30 +0000 (+0300) Subject: ci: Build the extension for 25.08 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fmain;p=thirdparty%2Fvala.git ci: Build the extension for 25.08 Rather than 25.08beta, since the release is out --- 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