aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2019-08-24 02:51:53 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2019-08-24 10:06:48 +0300
commite0eefa50a3b4dce561377ecf83081bfe53680555 (patch)
tree0d558102f85ff14b054228f7e72c6b13697b2e72
parentFix typo in sd_event_set_watchdog manpage (#13393) (diff)
downloadsystemd-e0eefa50a3b4dce561377ecf83081bfe53680555.tar.xz
systemd-e0eefa50a3b4dce561377ecf83081bfe53680555.zip
semaphore: switch back to the master branch
-rwxr-xr-xsemaphoreci/semaphore-runner.sh2
1 files changed, 1 insertions, 1 deletions
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}