Test explicit branch
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user