]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - semaphoreci/semaphore-runner.sh
semaphore: switch to upstream-ci
[thirdparty/systemd.git] / semaphoreci / semaphore-runner.sh
index 177fe77cdaa29c4936df87c09e92b1b61354a9fc..04f6ee2605597978cfb1beb28851076e0f496486 100755 (executable)
@@ -5,7 +5,7 @@ set -eux
 # default to Debian testing
 DISTRO=${DISTRO:-debian}
 RELEASE=${RELEASE:-buster}
-BRANCH=${BRANCH:-debian/master}
+BRANCH=${BRANCH:-upstream-ci}
 ARCH=${ARCH:-amd64}
 CONTAINER=${RELEASE}-${ARCH}
 CACHE_DIR=${SEMAPHORE_CACHE_DIR:=/tmp}