diff options
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 |