semaphore: switch back to the master branch

This commit is contained in:
Evgeny Vereshchagin 2019-08-24 02:51:53 +00:00
parent d527ebef88
commit e0eefa50a3
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:-experimental}
BRANCH=${BRANCH:-master}
ARCH=${ARCH:-amd64}
CONTAINER=${RELEASE}-${ARCH}
CACHE_DIR=${SEMAPHORE_CACHE_DIR:=/tmp}