]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
semaphore: switch back to the master branch
authorEvgeny Vereshchagin <evvers@ya.ru>
Sat, 24 Aug 2019 02:51:53 +0000 (02:51 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Sat, 24 Aug 2019 07:06:48 +0000 (10:06 +0300)
semaphoreci/semaphore-runner.sh

index fb5392aee3ddc6a478e957ab8baf83201c59ab9a..ba0ce21b597f216adb6d56cee1da35bae0799b39 100755 (executable)
@@ -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}