diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-05-09 18:26:42 +0200 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-05-09 23:11:34 +0200 |
commit | be99630a7d447ba9afc83d6e26eb1c67f977a296 (patch) | |
tree | a048cbf98c29829e89a6ae48a4214fadfa1c1049 /.gitlab-ci.yml | |
parent | 4f7147cc42bfdc6b2adff9ee3d51081808a27323 (diff) | |
download | mplint-master.tar.gz mplint-master.tar.bz2 mplint-master.tar.xz mplint-master.zip |
day.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files 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 |