mirror of
https://github.com/systemd/systemd.git
synced 2024-12-31 21:18:09 +03:00
semaphore: pin packaging to ci/v256/stable branch
The packaging in debian/master is no longer compatible with v256-stable so switch it
This commit is contained in:
parent
771bb489bf
commit
50ae476efd
@ -8,7 +8,7 @@ set -o pipefail
|
||||
DISTRO="${DISTRO:-debian}"
|
||||
RELEASE="${RELEASE:-bookworm}"
|
||||
SALSA_URL="${SALSA_URL:-https://salsa.debian.org/systemd-team/systemd.git}"
|
||||
BRANCH="${BRANCH:-debian/master}"
|
||||
BRANCH="${BRANCH:-ci/v256-stable}"
|
||||
ARCH="${ARCH:-amd64}"
|
||||
CONTAINER="${RELEASE}-${ARCH}"
|
||||
CACHE_DIR="${SEMAPHORE_CACHE_DIR:-/tmp}"
|
||||
|
Loading…
Reference in New Issue
Block a user