mirror of
https://github.com/systemd/systemd.git
synced 2025-01-03 05: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}"
|
DISTRO="${DISTRO:-debian}"
|
||||||
RELEASE="${RELEASE:-bookworm}"
|
RELEASE="${RELEASE:-bookworm}"
|
||||||
SALSA_URL="${SALSA_URL:-https://salsa.debian.org/systemd-team/systemd.git}"
|
SALSA_URL="${SALSA_URL:-https://salsa.debian.org/systemd-team/systemd.git}"
|
||||||
BRANCH="${BRANCH:-debian/master}"
|
BRANCH="${BRANCH:-ci/v256-stable}"
|
||||||
ARCH="${ARCH:-amd64}"
|
ARCH="${ARCH:-amd64}"
|
||||||
CONTAINER="${RELEASE}-${ARCH}"
|
CONTAINER="${RELEASE}-${ARCH}"
|
||||||
CACHE_DIR="${SEMAPHORE_CACHE_DIR:-/tmp}"
|
CACHE_DIR="${SEMAPHORE_CACHE_DIR:-/tmp}"
|
||||||
|
Loading…
Reference in New Issue
Block a user