Test explicit branch

This commit is contained in:
2025-09-23 16:12:57 -04:00
parent 72355bb65a
commit aeead798c3

View File

@@ -541,7 +541,7 @@ from_source() {
execute rm -rf "$BUILD_DIR" execute rm -rf "$BUILD_DIR"
fi fi
execute git -C "$SRC_DIR" worktree prune --verbose execute git -C "$SRC_DIR" worktree prune --verbose
execute git -C "$SRC_DIR" worktree add --detach "$BUILD_DIR" "$ref" execute git -C "$SRC_DIR" worktree add --detach "$BUILD_DIR" "origin/$ref"
# Add cherrypick commits if specified in profile # Add cherrypick commits if specified in profile
for entry in ${P_ARR[cherrypicks]}; do for entry in ${P_ARR[cherrypicks]}; do