semaphoreci: update Debian release to bullseye

The Debian upstream-ci branch is updating to require debhelper 13,
which is only currently available from bullseye, or buster-backports.
This commit is contained in:
Dan Streetman 2020-07-22 18:51:41 -04:00 committed by Evgeny Vereshchagin
parent e9769453e3
commit d05f7b5007
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -eux
# default to Debian testing
DISTRO=${DISTRO:-debian}
RELEASE=${RELEASE:-buster}
RELEASE=${RELEASE:-bullseye}
BRANCH=${BRANCH:-upstream-ci}
ARCH=${ARCH:-amd64}
CONTAINER=${RELEASE}-${ARCH}