summaryrefslogtreecommitdiff
path: root/semaphoreci
diff options
context:
space:
mode:
authorDan Streetman <ddstreet@canonical.com>2020-07-22 18:51:41 -0400
committerEvgeny Vereshchagin <evvers@ya.ru>2020-07-24 01:45:44 +0300
commitd05f7b50077ad54b76368bf218e97b7895601add (patch)
tree0d82b1a5213e5b6cb4c9dcbc497b0d8318e96168 /semaphoreci
parente9769453e3535253e2ee8fa06151e606baa4e6bd (diff)
downloadsystemd-d05f7b50077ad54b76368bf218e97b7895601add.tar.gz
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.
Diffstat (limited to 'semaphoreci')
-rwxr-xr-xsemaphoreci/semaphore-runner.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/semaphoreci/semaphore-runner.sh b/semaphoreci/semaphore-runner.sh
index 897b398df9..abffb20588 100755
--- a/semaphoreci/semaphore-runner.sh
+++ b/semaphoreci/semaphore-runner.sh
@@ -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}