1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-26 17:25:34 +03:00

semaphore: switch branch to debian/master

This commit is contained in:
Michael Biebl 2019-11-30 19:05:53 +01:00
parent 0e7e854471
commit 6d8f06368b

View File

@ -5,7 +5,7 @@ set -eux
# default to Debian testing
DISTRO=${DISTRO:-debian}
RELEASE=${RELEASE:-buster}
BRANCH=${BRANCH:-master}
BRANCH=${BRANCH:-debian/master}
ARCH=${ARCH:-amd64}
CONTAINER=${RELEASE}-${ARCH}
CACHE_DIR=${SEMAPHORE_CACHE_DIR:=/tmp}