From: Evgeny Vereshchagin Date: Sat, 24 Aug 2019 02:51:53 +0000 (+0000) Subject: semaphore: switch back to the master branch X-Git-Tag: v243~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0eefa50a3b4dce561377ecf83081bfe53680555;p=thirdparty%2Fsystemd.git semaphore: switch back to the master branch --- diff --git a/semaphoreci/semaphore-runner.sh b/semaphoreci/semaphore-runner.sh index fb5392aee3d..ba0ce21b597 100755 --- a/semaphoreci/semaphore-runner.sh +++ b/semaphoreci/semaphore-runner.sh @@ -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}