From be99630a7d447ba9afc83d6e26eb1c67f977a296 Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Thu, 9 May 2024 18:26:42 +0200 Subject: manaverse job is still using buster, that upgrade is scheduled for another day. --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0871651..46f020c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ before_script: - ":; ${PMINSTALL} ${PACKAGES} >>logs/apt.log" # Intentionally old for maximum linking compatibility -image: debian:bullseye +image: debian:buster variables: PMUPDATE: "apt-get update" PMINSTALL: "apt-get install -y -qq" @@ -23,7 +23,7 @@ variables: # Note: version in job name to ensure that other version artifacts can still be accessed # TODO: put name and image above into a variable. -build_debian11_bullseye: +build_debian10_buster: stage: build script: - echo "$CI_COMMIT_SHA" > mplint-version.txt @@ -48,7 +48,7 @@ build_debian11_bullseye: expire_in: 3 days # This step exists to make a smaller package for faster download in MV CI. -package_debian11_bullseye: +package_debian10_buster: stage: package script: # To flatten the archive -- cgit v1.2.3-70-g09d2