Skip to content
Snippets Groups Projects
Commit 0af41b47 authored by Simon McVittie's avatar Simon McVittie
Browse files

CI: Use Debian stable for the deploy step


Previously, this used a mystery Docker image from a CI variable (in
practice a loosely-curated Debian 11 image with an arbitrary assortment
of build-dependencies). Let's use something more discoverable and also
more minimal: a basic Debian 11 image.

Helps: steamrt/tasks#248
Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 600c143b
No related branches found
No related tags found
1 merge request!542CI improvements
......@@ -409,10 +409,6 @@ deploy:
- package:i386
- relocatable-install:production
rules:
- if: '$DEVEL_DOCKER_REGISTRY == ""'
when: never
- if: '$DEVEL_DOCKER_IMAGE == ""'
when: never
- if: '$PRESSURE_VESSEL_CI_UPLOAD_HOST == ""'
when: never
- if: '$PRESSURE_VESSEL_CI_UPLOAD_HOST_SSH_PUBLIC_KEYS_FILE == ""'
......@@ -432,7 +428,7 @@ deploy:
# To debug changes to this CI step, change this to when: on_success
# or when: manual, and push to a protected branch
- when: never
image: "${DEVEL_DOCKER_REGISTRY}/${DEVEL_DOCKER_IMAGE}"
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:bullseye-slim
before_script:
- *common_before_script
- ./ci/prepare-deb.sh devscripts openssh-client rsync
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment