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
1 changed files with 1 additions and 1 deletions

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}