From: Daan De Meyer Date: Tue, 7 Jan 2025 13:39:53 +0000 (+0100) Subject: fmf: Check out target branch in packit X-Git-Tag: v258-rc1~1679 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c9ffd2e4b81e6bbc8cb28634432b6c9dccd661e;p=thirdparty%2Fsystemd.git fmf: Check out target branch in packit --- diff --git a/test/fmf/integration-tests/test.sh b/test/fmf/integration-tests/test.sh index 690e07aa56c..4984fb119b5 100755 --- a/test/fmf/integration-tests/test.sh +++ b/test/fmf/integration-tests/test.sh @@ -30,7 +30,7 @@ if [[ -n "${TMT_SOURCE_DIR:-}" ]]; then pushd "$TMT_SOURCE_DIR/*/" elif [[ -n "${PACKIT_TARGET_URL:-}" ]]; then # Prepare systemd source tree - git clone "$PACKIT_TARGET_URL" systemd + git clone "$PACKIT_TARGET_URL" systemd --branch "$PACKIT_TARGET_BRANCH" pushd systemd # If we're running in a pull request job, merge the remote branch into the current main