Skip to content
Snippets Groups Projects
Verified Commit 9e525a8e authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

gitlab-ci: Don't try to install packages that are not available in bullseye


Gbp-Dch: Ignore
Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 229fa3d6
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,10 @@ testing:
stable-bpo:
<<: *test
image: debian:stable-backports
allow_failure: true
before_script:
- set -e; for pkg in coreboot-utils python3-pypdf; do
sed -i "/$pkg/d" debian/control ;
done
ubuntu-devel:
<<: *test
......
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